View source: R/dynamodb_operations.R
dynamodb_create_backup | R Documentation |
Creates a backup for an existing table.
See https://www.paws-r-sdk.com/docs/dynamodb_create_backup/ for full documentation.
dynamodb_create_backup(TableName, BackupName)
TableName |
[required] The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
BackupName |
[required] Specified name for the backup. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.