Class CfnBucket.AnnotationTableConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.AnnotationTableConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.AnnotationTableConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.AnnotationTableConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.AnnotationTableConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.AnnotationTableConfigurationProperty
An implementation for
CfnBucket.AnnotationTableConfigurationProperty-
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.AnnotationTableConfigurationProperty
CfnBucket.AnnotationTableConfigurationProperty.Builder, CfnBucket.AnnotationTableConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.AnnotationTableConfigurationProperty.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 StringSpecifies whether annotation table configuration is enabled or disabled.final ObjectThe encryption settings for an S3 Metadata journal table or inventory table configuration.final StringgetRole()The ARN of the IAM role that grants Amazon S3 Metadata permission to read annotations from your bucket.final StringThe ARN of the annotation table.final StringThe name of the annotation table.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.AnnotationTableConfigurationProperty.Builder.
-
-
Method Details
-
getConfigurationState
Description copied from interface:CfnBucket.AnnotationTableConfigurationPropertySpecifies whether annotation table configuration is enabled or disabled.- Specified by:
getConfigurationStatein interfaceCfnBucket.AnnotationTableConfigurationProperty- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnBucket.AnnotationTableConfigurationPropertyThe encryption settings for an S3 Metadata journal table or inventory table configuration.Returns union: either
IResolvableorCfnBucket.MetadataTableEncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnBucket.AnnotationTableConfigurationProperty- See Also:
-
getRole
Description copied from interface:CfnBucket.AnnotationTableConfigurationPropertyThe ARN of the IAM role that grants Amazon S3 Metadata permission to read annotations from your bucket.- Specified by:
getRolein interfaceCfnBucket.AnnotationTableConfigurationProperty- See Also:
-
getTableArn
Description copied from interface:CfnBucket.AnnotationTableConfigurationPropertyThe ARN of the annotation table.- Specified by:
getTableArnin interfaceCfnBucket.AnnotationTableConfigurationProperty- See Also:
-
getTableName
Description copied from interface:CfnBucket.AnnotationTableConfigurationPropertyThe name of the annotation table.- Specified by:
getTableNamein interfaceCfnBucket.AnnotationTableConfigurationProperty- 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()
-