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

KeyDatatypeRequiredDescription
PointInTimeRecoverySpecificationnullRepresents the settings used to enable point in time recovery.
TableNamenullThe name of the table.
Actionstring

Request Body

{"TableName"=>"postman"}

HEADERS

KeyDatatypeRequiredDescription
X-Amz-Targetstring
Content-Typestring

RESPONSES

status: OK

{"ContinuousBackupsDescription":{"ContinuousBackupsStatus":"ENABLED","PointInTimeRecoveryDescription":{"PointInTimeRecoveryStatus":"DISABLED"}}}