Class CfnBucketPropsMixin.S3TablesDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.S3TablesDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucketPropsMixin.S3TablesDestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucketPropsMixin.S3TablesDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnBucketPropsMixin.S3TablesDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucketPropsMixin.S3TablesDestinationProperty
An implementation for
CfnBucketPropsMixin.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.cfnpropertymixins.services.s3.CfnBucketPropsMixin.S3TablesDestinationProperty
CfnBucketPropsMixin.S3TablesDestinationProperty.Builder, CfnBucketPropsMixin.S3TablesDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucketPropsMixin.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 theCfnBucketPropsMixin.S3TablesDestinationProperty.Builder.
-
-
Method Details
-
getTableArn
Description copied from interface:CfnBucketPropsMixin.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 interfaceCfnBucketPropsMixin.S3TablesDestinationProperty- See Also:
-
getTableBucketArn
Description copied from interface:CfnBucketPropsMixin.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 interfaceCfnBucketPropsMixin.S3TablesDestinationProperty- See Also:
-
getTableName
Description copied from interface:CfnBucketPropsMixin.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 interfaceCfnBucketPropsMixin.S3TablesDestinationProperty- See Also:
-
getTableNamespace
Description copied from interface:CfnBucketPropsMixin.S3TablesDestinationPropertyThe table bucket namespace for the metadata table in your metadata table configuration.This value is always
aws_s3_metadata.- Specified by:
getTableNamespacein interfaceCfnBucketPropsMixin.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()
-