Class CfnBucket.MetadataDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.MetadataDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.MetadataDestinationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.MetadataDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.MetadataDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.MetadataDestinationProperty
An implementation for
CfnBucket.MetadataDestinationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.MetadataDestinationProperty
CfnBucket.MetadataDestinationProperty.Builder, CfnBucket.MetadataDestinationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.MetadataDestinationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.final String
The type of the table bucket where the metadata configuration is stored.final String
The namespace in the table bucket where the metadata tables for a metadata configuration are stored.final int
hashCode()
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.MetadataDestinationProperty.Builder
.
-
-
Method Details
-
getTableBucketType
Description copied from interface:CfnBucket.MetadataDestinationProperty
The type of the table bucket where the metadata configuration is stored.The
aws
value indicates an AWS managed table bucket, and thecustomer
value indicates a customer-managed table bucket. V2 metadata configurations are stored in AWS managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.- Specified by:
getTableBucketType
in interfaceCfnBucket.MetadataDestinationProperty
- See Also:
-
getTableBucketArn
Description copied from interface:CfnBucket.MetadataDestinationProperty
The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.- Specified by:
getTableBucketArn
in interfaceCfnBucket.MetadataDestinationProperty
- See Also:
-
getTableNamespace
Description copied from interface:CfnBucket.MetadataDestinationProperty
The namespace in the table bucket where the metadata tables for a metadata configuration are stored.- Specified by:
getTableNamespace
in interfaceCfnBucket.MetadataDestinationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-