Amazon DynamoDB · Schema

BatchExecuteStatementInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
Statements array The list of PartiQL statements representing the batch to run
ReturnConsumedCapacity string
View JSON Schema on GitHub

JSON Schema

dynamodb-batch-execute-statement-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchExecuteStatementInput",
  "type": "object",
  "properties": {
    "Statements": {
      "type": "array",
      "description": "The list of PartiQL statements representing the batch to run"
    },
    "ReturnConsumedCapacity": {
      "type": "string"
    }
  }
}