dynamodb_describe_continuous_backups {paws.database} | R Documentation |
Checks the status of continuous backups and point in time recovery on the specified table
Description
Checks the status of continuous backups and point in time recovery on the specified table. 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_describe_continuous_backups/ for full documentation.
Usage
dynamodb_describe_continuous_backups(TableName)
Arguments
TableName |
[required] Name of the table for which the customer wants to check the continuous backups and point in time recovery settings. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
[Package paws.database version 0.7.0 Index]