Class CfnTagAssociation.ResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lakeformation.CfnTagAssociation.ResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTagAssociation.ResourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTagAssociation.ResourceProperty
@Stability(Stable)
@Internal
public static final class CfnTagAssociation.ResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTagAssociation.ResourceProperty
An implementation for
CfnTagAssociation.ResourceProperty-
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.ResourceProperty
CfnTagAssociation.ResourceProperty.Builder, CfnTagAssociation.ResourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTagAssociation.ResourceProperty.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 ObjectThe identifier for the Data Catalog.final ObjectThe database for the resource.final ObjectgetTable()The table for the resource.final ObjectThe table with columns for the 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.ResourceProperty.Builder.
-
-
Method Details
-
getCatalog
Description copied from interface:CfnTagAssociation.ResourcePropertyThe identifier for the Data Catalog.By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
- Specified by:
getCatalogin interfaceCfnTagAssociation.ResourceProperty- See Also:
-
getDatabase
Description copied from interface:CfnTagAssociation.ResourcePropertyThe database for the 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 permissions to a principal.
- Specified by:
getDatabasein interfaceCfnTagAssociation.ResourceProperty- See Also:
-
getTable
Description copied from interface:CfnTagAssociation.ResourcePropertyThe table for the resource.A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
- Specified by:
getTablein interfaceCfnTagAssociation.ResourceProperty- See Also:
-
getTableWithColumns
Description copied from interface:CfnTagAssociation.ResourcePropertyThe table with columns for the resource.A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.
- Specified by:
getTableWithColumnsin interfaceCfnTagAssociation.ResourceProperty- 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()
-