Class CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lakeformation.CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty
@Stability(Stable)
@Internal
public static final class CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty
An implementation for
CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.lakeformation.CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty
CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty.Builder, CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe identifier for the Data Catalog where the location is registered with AWS Lake Formation .The list of column names for the table.final ObjectA wildcard specified by aColumnWildcardobject.final StringThe name of the database for the table with columns resource.final StringgetName()The name of the table resource.final inthashCode()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
protected Jsii$Proxy(CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty.Builder.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourcePropertyThe identifier for the Data Catalog where the location is registered with AWS Lake Formation .- Specified by:
getCatalogIdin interfaceCfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty- See Also:
-
getColumnNames
Description copied from interface:CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourcePropertyThe list of column names for the table.At least one of
ColumnNamesorColumnWildcardis required.- Specified by:
getColumnNamesin interfaceCfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty- See Also:
-
getColumnWildcard
Description copied from interface:CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourcePropertyA wildcard specified by aColumnWildcardobject.At least one of
ColumnNamesorColumnWildcardis required.Returns union: either
IResolvableorCfnPrincipalPermissionsPropsMixin.ColumnWildcardProperty- Specified by:
getColumnWildcardin interfaceCfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourcePropertyThe name of the database for the table with columns resource.Unique to the 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:
getDatabaseNamein interfaceCfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty- See Also:
-
getName
Description copied from interface:CfnPrincipalPermissionsPropsMixin.TableWithColumnsResourcePropertyThe name of the table resource.A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
- Specified by:
getNamein interfaceCfnPrincipalPermissionsPropsMixin.TableWithColumnsResourceProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-