View source: R/dynamodb_operations.R
dynamodb_list_backups | R Documentation |
List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup. To list these backups for a given table, specify TableName
. list_backups
returns a paginated list of results with at most 1 MB worth of items in a page. You can also specify a maximum number of entries to be returned in a page.
See https://www.paws-r-sdk.com/docs/dynamodb_list_backups/ for full documentation.
dynamodb_list_backups(
TableName = NULL,
Limit = NULL,
TimeRangeLowerBound = NULL,
TimeRangeUpperBound = NULL,
ExclusiveStartBackupArn = NULL,
BackupType = NULL
)
TableName |
Lists the backups from the table specified in |
Limit |
Maximum number of backups to return at once. |
TimeRangeLowerBound |
Only backups created after this time are listed. |
TimeRangeUpperBound |
Only backups created before this time are listed. |
ExclusiveStartBackupArn |
|
BackupType |
The backups from the table specified by Where
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.