Amazon DynamoDB · JSON Structure

Dynamodb Query Input Structure

Type: object Properties: 13
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Properties

TableName IndexName KeyConditionExpression FilterExpression ProjectionExpression ExpressionAttributeNames ExpressionAttributeValues Select ScanIndexForward Limit ConsistentRead ExclusiveStartKey ReturnConsumedCapacity

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "QueryInput",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "IndexName": {
      "type": "string"
    },
    "KeyConditionExpression": {
      "type": "string"
    },
    "FilterExpression": {
      "type": "string"
    },
    "ProjectionExpression": {
      "type": "string"
    },
    "ExpressionAttributeNames": {
      "type": "object"
    },
    "ExpressionAttributeValues": {
      "type": "object"
    },
    "Select": {
      "type": "string"
    },
    "ScanIndexForward": {
      "type": "boolean"
    },
    "Limit": {
      "type": "integer"
    },
    "ConsistentRead": {
      "type": "boolean"
    },
    "ExclusiveStartKey": {
      "type": "object"
    },
    "ReturnConsumedCapacity": {
      "type": "string"
    }
  }
}