@Stability(value=Stable) @Internal public static final class CfnGlobalTable.TimeToLiveSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGlobalTable.TimeToLiveSpecificationProperty
CfnGlobalTable.TimeToLiveSpecificationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnGlobalTable.TimeToLiveSpecificationProperty.Builder, CfnGlobalTable.TimeToLiveSpecificationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnGlobalTable.TimeToLiveSpecificationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnGlobalTable.AttributeDefinitionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAttributeName()
The name of the attribute used to store the expiration time for items in the table.
|
Object |
getEnabled()
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnGlobalTable.TimeToLiveSpecificationProperty.Builder builder)
CfnGlobalTable.AttributeDefinitionProperty.Builder.public final Object getEnabled()
CfnGlobalTable.TimeToLiveSpecificationPropertygetEnabled in interface CfnGlobalTable.TimeToLiveSpecificationPropertypublic final String getAttributeName()
CfnGlobalTable.TimeToLiveSpecificationPropertyCurrently, 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.
getAttributeName in interface CfnGlobalTable.TimeToLiveSpecificationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.