Amazon DynamoDB · Schema

BatchGetItemInput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
RequestItems object A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table
ReturnConsumedCapacity string
View JSON Schema on GitHub

JSON Schema

dynamodb-batch-get-item-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchGetItemInput",
  "type": "object",
  "properties": {
    "RequestItems": {
      "type": "object",
      "description": "A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table"
    },
    "ReturnConsumedCapacity": {
      "type": "string"
    }
  }
}