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