Amazon DynamoDB · JSON Structure

Dynamodb Get Item Input Structure

Type: object Properties: 6
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

GetItemInput is a JSON Structure definition published by Amazon DynamoDB, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

TableName Key ProjectionExpression ExpressionAttributeNames ConsistentRead ReturnConsumedCapacity

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetItemInput",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "Key": {
      "type": "object"
    },
    "ProjectionExpression": {
      "type": "string"
    },
    "ExpressionAttributeNames": {
      "type": "object"
    },
    "ConsistentRead": {
      "type": "boolean"
    },
    "ReturnConsumedCapacity": {
      "type": "string"
    }
  }
}