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.
dynamodb_describe_continuous_backups(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.