Class CfnTable.TimeToLiveSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnTable.TimeToLiveSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.TimeToLiveSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.TimeToLiveSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnTable.TimeToLiveSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.TimeToLiveSpecificationProperty
An implementation for
CfnTable.TimeToLiveSpecificationProperty
-
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.dynamodb.CfnTable.TimeToLiveSpecificationProperty
CfnTable.TimeToLiveSpecificationProperty.Builder, CfnTable.TimeToLiveSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.TimeToLiveSpecificationProperty.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 String
The name of the TTL attribute used to store the expiration time for items in the table.final Object
Indicates whether TTL is to be enabled (true) or disabled (false) on the 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 theCfnTable.TimeToLiveSpecificationProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnTable.TimeToLiveSpecificationProperty
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.- Specified by:
getEnabled
in interfaceCfnTable.TimeToLiveSpecificationProperty
- See Also:
-
getAttributeName
Description copied from interface:CfnTable.TimeToLiveSpecificationProperty
The name of the TTL attribute used to store the expiration time for items in the table.- The
AttributeName
property is required when enabling the TTL, or when TTL is already enabled. - To update this property, you must first disable TTL and then enable TTL with the new attribute name.
- Specified by:
getAttributeName
in interfaceCfnTable.TimeToLiveSpecificationProperty
- See Also:
- The
-
$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()
-