Amazon DynamoDB · Schema

ExportTableToPointInTimeOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
ExportDescription object
View JSON Schema on GitHub

JSON Schema

dynamodb-export-table-to-point-in-time-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExportTableToPointInTimeOutput",
  "type": "object",
  "properties": {
    "ExportDescription": {
      "type": "object"
    }
  }
}