Amazon DynamoDB · Schema

CreateBackupInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
TableName string
BackupName string Specified name for the backup
View JSON Schema on GitHub

JSON Schema

dynamodb-create-backup-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateBackupInput",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "BackupName": {
      "type": "string",
      "description": "Specified name for the backup"
    }
  }
}