DynamoDB Table PointInTimeRecoverySpecification
The
PointInTimeRecoverySpecification property type enables point in time recovery in a DynamoDB table.
PointInTimeRecoverySpecification is a property of the AWS::DynamoDB::Table resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PointInTimeRecoveryEnabled" :Boolean}
YAML
PointInTimeRecoveryEnabled:Boolean
Properties
PointInTimeRecoveryEnabled-
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
Required: No
Type: Boolean
Update requires: No interruption
See Also
-
PointInTimeRecoverySpecification in the Amazon DynamoDB API Reference
