Update Continuous Backups
POST {{aws_dynamodb_base_url}}/?Action=UpdateContinuousBackups
UpdateContinuousBackups enables or disables point in time recovery for the specified table. A successful UpdateContinuousBackups call returns the current ContinuousBackupsDescription. Continuous backups are ENABLED on all tables at table creation. If point in time recovery is enabled, PointInTimeRecoveryStatus will be set to ENABLED.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
PointInTimeRecoverySpecification | null | Represents the settings used to enable point in time recovery. | |
TableName | null | The name of the table. | |
Action | string |
Request Body
{"TableName"=>"postman"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Amz-Target | string | ||
Content-Type | string |
RESPONSES
status: OK
{"ContinuousBackupsDescription":{"ContinuousBackupsStatus":"ENABLED","PointInTimeRecoveryDescription":{"PointInTimeRecoveryStatus":"DISABLED"}}}