Amazon DynamoDB · Schema

TransactWriteItemsOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
ConsumedCapacity array
ItemCollectionMetrics object
View JSON Schema on GitHub

JSON Schema

dynamodb-transact-write-items-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransactWriteItemsOutput",
  "type": "object",
  "properties": {
    "ConsumedCapacity": {
      "type": "array"
    },
    "ItemCollectionMetrics": {
      "type": "object"
    }
  }
}