Amazon DynamoDB · Schema

ImportTableOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
ImportTableDescription object
View JSON Schema on GitHub

JSON Schema

dynamodb-import-table-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ImportTableOutput",
  "type": "object",
  "properties": {
    "ImportTableDescription": {
      "type": "object"
    }
  }
}