Amazon DynamoDB · Schema

BatchWriteItemInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
RequestItems object A map of one or more table names and, for each table, a list of operations to perform (PutRequest or DeleteRequest)
ReturnConsumedCapacity string
ReturnItemCollectionMetrics string
View JSON Schema on GitHub

JSON Schema

dynamodb-batch-write-item-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchWriteItemInput",
  "type": "object",
  "properties": {
    "RequestItems": {
      "type": "object",
      "description": "A map of one or more table names and, for each table, a list of operations to perform (PutRequest or DeleteRequest)"
    },
    "ReturnConsumedCapacity": {
      "type": "string"
    },
    "ReturnItemCollectionMetrics": {
      "type": "string"
    }
  }
}