Class CfnTagAssociation.TableWithColumnsResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lakeformation.CfnTagAssociation.TableWithColumnsResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTagAssociation.TableWithColumnsResourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTagAssociation.TableWithColumnsResourceProperty
@Stability(Stable)
@Internal
public static final class CfnTagAssociation.TableWithColumnsResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTagAssociation.TableWithColumnsResourceProperty
An implementation for
CfnTagAssociation.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.services.lakeformation.CfnTagAssociation.TableWithColumnsResourceProperty
CfnTagAssociation.TableWithColumnsResourceProperty.Builder, CfnTagAssociation.TableWithColumnsResourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTagAssociation.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 StringA wildcard object representing every table under a database.The list of column names for the table.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
Constructor that initializes the object based on literal property values passed by theCfnTagAssociation.TableWithColumnsResourceProperty.Builder.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnTagAssociation.TableWithColumnsResourcePropertyA wildcard object representing every table under a database.At least one of TableResource$Name or TableResource$TableWildcard is required.
- Specified by:
getCatalogIdin interfaceCfnTagAssociation.TableWithColumnsResourceProperty- See Also:
-
getColumnNames
Description copied from interface:CfnTagAssociation.TableWithColumnsResourcePropertyThe list of column names for the table.At least one of
ColumnNamesorColumnWildcardis required.- Specified by:
getColumnNamesin interfaceCfnTagAssociation.TableWithColumnsResourceProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnTagAssociation.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 interfaceCfnTagAssociation.TableWithColumnsResourceProperty- See Also:
-
getName
Description copied from interface:CfnTagAssociation.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 interfaceCfnTagAssociation.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()
-