Class CfnPermissions.TableResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lakeformation.CfnPermissions.TableResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPermissions.TableResourceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPermissions.TableResourceProperty
@Stability(Stable)
@Internal
public static final class CfnPermissions.TableResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPermissions.TableResourceProperty
An implementation for
CfnPermissions.TableResourceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lakeformation.CfnPermissions.TableResourceProperty
CfnPermissions.TableResourceProperty.Builder, CfnPermissions.TableResourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPermissions.TableResourceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The identifier for the Data Catalog .final String
The name of the database for the table.final String
getName()
The name of the table.final Object
An empty object representing all tables under a database.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPermissions.TableResourceProperty.Builder
.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnPermissions.TableResourceProperty
The identifier for the Data Catalog .By default, it is the account ID of the caller.
- Specified by:
getCatalogId
in interfaceCfnPermissions.TableResourceProperty
-
getDatabaseName
Description copied from interface:CfnPermissions.TableResourceProperty
The name of the database for the table.Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.
- Specified by:
getDatabaseName
in interfaceCfnPermissions.TableResourceProperty
-
getName
Description copied from interface:CfnPermissions.TableResourceProperty
The name of the table.- Specified by:
getName
in interfaceCfnPermissions.TableResourceProperty
-
getTableWildcard
Description copied from interface:CfnPermissions.TableResourceProperty
An empty object representing all tables under a database.If this field is specified instead of the
Name
field, all tables underDatabaseName
will have permission changes applied.- Specified by:
getTableWildcard
in interfaceCfnPermissions.TableResourceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-