View source: R/dynamodb_operations.R
dynamodb_update_continuous_backups | R Documentation |
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)
TableName |
[required] The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
PointInTimeRecoverySpecification |
[required] Represents the settings used to enable point in time recovery. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.