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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.MetadataDestinationProperty
CfnBucket.MetadataDestinationProperty.Builder, CfnBucket.MetadataDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.MetadataDestinationProperty.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) of the table bucket where the metadata configuration is stored.final StringThe type of the table bucket where the metadata configuration is stored.final StringThe namespace in the table bucket where the metadata tables for a metadata configuration are stored.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.MetadataDestinationProperty.Builder.
-
-
Method Details
-
getTableBucketType
Description copied from interface:CfnBucket.MetadataDestinationPropertyThe type of the table bucket where the metadata configuration is stored.The
awsvalue indicates an AWS managed table bucket, and thecustomervalue 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:
getTableBucketTypein interfaceCfnBucket.MetadataDestinationProperty- See Also:
-
getTableBucketArn
Description copied from interface:CfnBucket.MetadataDestinationPropertyThe Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.- Specified by:
getTableBucketArnin interfaceCfnBucket.MetadataDestinationProperty- See Also:
-
getTableNamespace
Description copied from interface:CfnBucket.MetadataDestinationPropertyThe namespace in the table bucket where the metadata tables for a metadata configuration are stored.- Specified by:
getTableNamespacein interfaceCfnBucket.MetadataDestinationProperty- 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()
-