Class CfnTable.PointInTimeRecoverySpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnTable.PointInTimeRecoverySpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.PointInTimeRecoverySpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.PointInTimeRecoverySpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnTable.PointInTimeRecoverySpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.PointInTimeRecoverySpecificationProperty
An implementation for
CfnTable.PointInTimeRecoverySpecificationProperty
-
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.PointInTimeRecoverySpecificationProperty
CfnTable.PointInTimeRecoverySpecificationProperty.Builder, CfnTable.PointInTimeRecoverySpecificationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.PointInTimeRecoverySpecificationProperty.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
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.final Number
The number of preceding days for which continuous backups are taken and maintained.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.PointInTimeRecoverySpecificationProperty.Builder
.
-
-
Method Details
-
getPointInTimeRecoveryEnabled
Description copied from interface:CfnTable.PointInTimeRecoverySpecificationProperty
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.- Specified by:
getPointInTimeRecoveryEnabled
in interfaceCfnTable.PointInTimeRecoverySpecificationProperty
- See Also:
-
getRecoveryPeriodInDays
Description copied from interface:CfnTable.PointInTimeRecoverySpecificationProperty
The number of preceding days for which continuous backups are taken and maintained.Your table data is only recoverable to any point-in-time from within the configured recovery period. This parameter is optional. If no value is provided, the value will default to 35.
- Specified by:
getRecoveryPeriodInDays
in interfaceCfnTable.PointInTimeRecoverySpecificationProperty
- 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()
-