Amazon DynamoDB · Schema

ListBackupsInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
TableName string
Limit integer
TimeRangeLowerBound string
TimeRangeUpperBound string
ExclusiveStartBackupArn string
BackupType string
View JSON Schema on GitHub

JSON Schema

dynamodb-list-backups-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListBackupsInput",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "Limit": {
      "type": "integer"
    },
    "TimeRangeLowerBound": {
      "type": "string"
    },
    "TimeRangeUpperBound": {
      "type": "string"
    },
    "ExclusiveStartBackupArn": {
      "type": "string"
    },
    "BackupType": {
      "type": "string"
    }
  }
}