Interface CfnGlobalTable.PointInTimeRecoverySpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGlobalTable.PointInTimeRecoverySpecificationProperty.Jsii$Proxy
- Enclosing class:
- CfnGlobalTable
@Stability(Stable)
public static interface CfnGlobalTable.PointInTimeRecoverySpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Represents the settings used to enable point in time recovery.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.dynamodb.*; PointInTimeRecoverySpecificationProperty pointInTimeRecoverySpecificationProperty = PointInTimeRecoverySpecificationProperty.builder() .pointInTimeRecoveryEnabled(false) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGlobalTable.PointInTimeRecoverySpecificationProperty
static final class
An implementation forCfnGlobalTable.PointInTimeRecoverySpecificationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPointInTimeRecoveryEnabled
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table. -
builder
-