dynamodb_update_continuous_backups: UpdateContinuousBackups enables or disables point in time...

View source: R/dynamodb_operations.R

dynamodb_update_continuous_backupsR Documentation

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.

PointInTimeRecoverySpecification

[required] Represents the settings used to enable point in time recovery.


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