create_table_backup: Backup a Dynamo DB Table

Description Usage Arguments Value References See Also

View source: R/backup_table.R

Description

Create a backup of a Dynamo DB table, or restore a table from a backup

Usage

1
2
3

Arguments

table

A character string specifying the table name, or an object of class “aws_dynamodb_table”.

backup

For creating: a character string specifying the backup table name. For restoring: a backup table ARN.

...

Additional arguments passed to dynamoHTTP.

Value

A list.

References

API Guide: CreateBackup API Guide: RestoreTableFromBackup

See Also

list_backups


cloudyr/aws.dynamodb documentation built on Jan. 14, 2020, 4:56 a.m.