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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.CfnBucket.JournalTableConfigurationProperty
CfnBucket.JournalTableConfigurationProperty.Builder, CfnBucket.JournalTableConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.JournalTableConfigurationProperty.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 Object
The encryption configuration for the journal table.final Object
The journal table record expiration settings for the journal table.final String
The Amazon Resource Name (ARN) for the journal table.final String
The name of the journal table.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.JournalTableConfigurationProperty.Builder
.
-
-
Method Details
-
getRecordExpiration
Description copied from interface:CfnBucket.JournalTableConfigurationProperty
The journal table record expiration settings for the journal table.- Specified by:
getRecordExpiration
in interfaceCfnBucket.JournalTableConfigurationProperty
- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnBucket.JournalTableConfigurationProperty
The encryption configuration for the journal table.- Specified by:
getEncryptionConfiguration
in interfaceCfnBucket.JournalTableConfigurationProperty
- See Also:
-
getTableArn
Description copied from interface:CfnBucket.JournalTableConfigurationProperty
The Amazon Resource Name (ARN) for the journal table.- Specified by:
getTableArn
in interfaceCfnBucket.JournalTableConfigurationProperty
- See Also:
-
getTableName
Description copied from interface:CfnBucket.JournalTableConfigurationProperty
The name of the journal table.- Specified by:
getTableName
in interfaceCfnBucket.JournalTableConfigurationProperty
- 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()
-