dynamodb_describe_continuous_backups: Checks the status of continuous backups and point in time...

View source: R/dynamodb_operations.R

dynamodb_describe_continuous_backupsR 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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.