Amazon DynamoDB · Schema

CreateBackupOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
BackupDetails object
View JSON Schema on GitHub

JSON Schema

dynamodb-create-backup-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateBackupOutput",
  "type": "object",
  "properties": {
    "BackupDetails": {
      "type": "object"
    }
  }
}