Amazon DynamoDB · JSON Structure

Dynamodb Put Item Input Structure

Type: object Properties: 8
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Properties

TableName Item ConditionExpression ExpressionAttributeNames ExpressionAttributeValues ReturnValues ReturnConsumedCapacity ReturnItemCollectionMetrics

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PutItemInput",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "Item": {
      "type": "object"
    },
    "ConditionExpression": {
      "type": "string"
    },
    "ExpressionAttributeNames": {
      "type": "object"
    },
    "ExpressionAttributeValues": {
      "type": "object"
    },
    "ReturnValues": {
      "type": "string"
    },
    "ReturnConsumedCapacity": {
      "type": "string"
    },
    "ReturnItemCollectionMetrics": {
      "type": "string"
    }
  }
}