@aws-sdk/client-dynamodb

ListBackupsCommandInput Interface

The input for ListBackupsCommand.

Members

Name
Type
Details
BackupType BackupTypeFilter | undefined

The backups from the table specified by BackupType are listed.

Where BackupType can be:

  • USER - On-demand backup created by you. (The default setting if no other backup types are specified.)

  • SYSTEM - On-demand backup automatically created by DynamoDB.

  • ALL - All types of on-demand backups (USER and SYSTEM).

ExclusiveStartBackupArn string | undefined

LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the current page of results was returned, inclusive of the current page of results. This value may be specified as the ExclusiveStartBackupArn of a new ListBackups operation in order to fetch the next page of results.

Limit number | undefined

Maximum number of backups to return at once.

TableName string | undefined

Lists the backups from the table specified in TableName. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

TimeRangeLowerBound Date | undefined

Only backups created after this time are listed. TimeRangeLowerBound is inclusive.

TimeRangeUpperBound Date | undefined

Only backups created before this time are listed. TimeRangeUpperBound is exclusive.

Full Signature

export interface ListBackupsCommandInput extends ListBackupsInput