Amazon DynamoDB · Schema

TransactGetItemsInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
TransactItems array An ordered array of up to 100 TransactGetItem objects
ReturnConsumedCapacity string
View JSON Schema on GitHub

JSON Schema

dynamodb-transact-get-items-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransactGetItemsInput",
  "type": "object",
  "properties": {
    "TransactItems": {
      "type": "array",
      "description": "An ordered array of up to 100 TransactGetItem objects"
    },
    "ReturnConsumedCapacity": {
      "type": "string"
    }
  }
}