Amazon DynamoDB · JSON Structure

Dynamodb List Backups Input Structure

Type: object Properties: 6
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

ListBackupsInput is a JSON Structure definition published by Amazon DynamoDB, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

TableName Limit TimeRangeLowerBound TimeRangeUpperBound ExclusiveStartBackupArn BackupType

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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