update_continuous_backups
enables or disables point in time recovery for the specified table. A successful update_continuous_backups
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.
See https://www.paws-r-sdk.com/docs/dynamodb_update_continuous_backups/ for full documentation.
dynamodb_update_continuous_backups(TableName, PointInTimeRecoverySpecification)
[required] The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
[required] Represents the settings used to enable point in time recovery.