Class CfnBucket.JournalTableConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.JournalTableConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.JournalTableConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.JournalTableConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.JournalTableConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.JournalTableConfigurationProperty
An implementation for
CfnBucket.JournalTableConfigurationProperty-
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.JournalTableConfigurationProperty
CfnBucket.JournalTableConfigurationProperty.Builder, CfnBucket.JournalTableConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.JournalTableConfigurationProperty.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 ObjectThe encryption configuration for the journal table.final ObjectThe journal table record expiration settings for the journal table.final StringThe Amazon Resource Name (ARN) for the journal table.final StringThe name of the journal 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.JournalTableConfigurationProperty.Builder.
-
-
Method Details
-
getRecordExpiration
Description copied from interface:CfnBucket.JournalTableConfigurationPropertyThe journal table record expiration settings for the journal table.Returns union: either
IResolvableorCfnBucket.RecordExpirationProperty- Specified by:
getRecordExpirationin interfaceCfnBucket.JournalTableConfigurationProperty- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnBucket.JournalTableConfigurationPropertyThe encryption configuration for the journal table.Returns union: either
IResolvableorCfnBucket.MetadataTableEncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnBucket.JournalTableConfigurationProperty- See Also:
-
getTableArn
Description copied from interface:CfnBucket.JournalTableConfigurationPropertyThe Amazon Resource Name (ARN) for the journal table.- Specified by:
getTableArnin interfaceCfnBucket.JournalTableConfigurationProperty- See Also:
-
getTableName
Description copied from interface:CfnBucket.JournalTableConfigurationPropertyThe name of the journal table.- Specified by:
getTableNamein interfaceCfnBucket.JournalTableConfigurationProperty- 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()
-