Class CfnTablePropsMixin.TimeToLiveSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnTablePropsMixin.TimeToLiveSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.TimeToLiveSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.TimeToLiveSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.TimeToLiveSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.TimeToLiveSpecificationProperty
An implementation for
CfnTablePropsMixin.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.cfnpropertymixins.services.dynamodb.CfnTablePropsMixin.TimeToLiveSpecificationProperty
CfnTablePropsMixin.TimeToLiveSpecificationProperty.Builder, CfnTablePropsMixin.TimeToLiveSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.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 TTL 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 theCfnTablePropsMixin.TimeToLiveSpecificationProperty.Builder.
-
-
Method Details
-
getAttributeName
Description copied from interface:CfnTablePropsMixin.TimeToLiveSpecificationPropertyThe name of the TTL attribute used to store the expiration time for items in the table.- The
AttributeNameproperty 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:
getAttributeNamein interfaceCfnTablePropsMixin.TimeToLiveSpecificationProperty- See Also:
- The
-
getEnabled
Description copied from interface:CfnTablePropsMixin.TimeToLiveSpecificationPropertyIndicates whether TTL is to be enabled (true) or disabled (false) on the table.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnTablePropsMixin.TimeToLiveSpecificationProperty- 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()
-