Class CfnGlobalTable.TimeToLiveSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.TimeToLiveSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTable.TimeToLiveSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGlobalTable.TimeToLiveSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnGlobalTable.TimeToLiveSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalTable.TimeToLiveSpecificationProperty
An implementation for
CfnGlobalTable.TimeToLiveSpecificationProperty-
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.dynamodb.CfnGlobalTable.TimeToLiveSpecificationProperty
CfnGlobalTable.TimeToLiveSpecificationProperty.Builder, CfnGlobalTable.TimeToLiveSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGlobalTable.TimeToLiveSpecificationProperty.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 StringThe name of the attribute used to store the expiration time for items in the table.final ObjectIndicates whether TTL is to be enabled (true) or disabled (false) on the 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 theCfnGlobalTable.TimeToLiveSpecificationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnGlobalTable.TimeToLiveSpecificationPropertyIndicates whether TTL is to be enabled (true) or disabled (false) on the table.- Specified by:
getEnabledin interfaceCfnGlobalTable.TimeToLiveSpecificationProperty
-
getAttributeName
Description copied from interface:CfnGlobalTable.TimeToLiveSpecificationPropertyThe name of the attribute used to store the expiration time for items in the table.Currently, you cannot directly change the attribute name used to evaluate time to live. In order to do so, you must first disable time to live, and then re-enable it with the new attribute name. It can take up to one hour for changes to time to live to take effect. If you attempt to modify time to live within that time window, your stack operation might be delayed.
- Specified by:
getAttributeNamein interfaceCfnGlobalTable.TimeToLiveSpecificationProperty
-
$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()
-