Class CfnBucket.S3TablesDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.S3TablesDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.S3TablesDestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.S3TablesDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.S3TablesDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.S3TablesDestinationProperty
An implementation for
CfnBucket.S3TablesDestinationProperty-
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.s3.CfnBucket.S3TablesDestinationProperty
CfnBucket.S3TablesDestinationProperty.Builder, CfnBucket.S3TablesDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.S3TablesDestinationProperty.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 Amazon Resource Name (ARN) for the metadata table in the metadata table configuration.final StringThe Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration.final StringThe name for the metadata table in your metadata table configuration.final StringThe table bucket namespace for the metadata table in your metadata table configuration.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 theCfnBucket.S3TablesDestinationProperty.Builder.
-
-
Method Details
-
getTableBucketArn
Description copied from interface:CfnBucket.S3TablesDestinationPropertyThe Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration.The destination table bucket must be in the same Region and AWS account as the general purpose bucket.
- Specified by:
getTableBucketArnin interfaceCfnBucket.S3TablesDestinationProperty- See Also:
-
getTableName
Description copied from interface:CfnBucket.S3TablesDestinationPropertyThe name for the metadata table in your metadata table configuration.The specified metadata table name must be unique within the
aws_s3_metadatanamespace in the destination table bucket.- Specified by:
getTableNamein interfaceCfnBucket.S3TablesDestinationProperty- See Also:
-
getTableArn
Description copied from interface:CfnBucket.S3TablesDestinationPropertyThe Amazon Resource Name (ARN) for the metadata table in the metadata table configuration.The specified metadata table name must be unique within the
aws_s3_metadatanamespace in the destination table bucket.- Specified by:
getTableArnin interfaceCfnBucket.S3TablesDestinationProperty- See Also:
-
getTableNamespace
Description copied from interface:CfnBucket.S3TablesDestinationPropertyThe table bucket namespace for the metadata table in your metadata table configuration.This value is always
aws_s3_metadata.- Specified by:
getTableNamespacein interfaceCfnBucket.S3TablesDestinationProperty- 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()
-