Learn R Programming

paws.database (version 0.7.0)

dynamodb_update_continuous_backups: UpdateContinuousBackups enables or disables point in time recovery for the specified table

Description

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.

Usage

dynamodb_update_continuous_backups(TableName, PointInTimeRecoverySpecification)

Arguments

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.