Amazon DynamoDB · Schema

GetItemOutput

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
Item object A map of attribute names to AttributeValue objects. Only returned if the item with the given primary key exists.
View JSON Schema on GitHub

JSON Schema

dynamodb-get-item-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetItemOutput",
  "type": "object",
  "properties": {
    "Item": {
      "type": "object",
      "description": "A map of attribute names to AttributeValue objects. Only returned if the item with the given primary key exists."
    }
  }
}