Amazon DynamoDB · JSON Structure

Dynamodb Delete Item Input Structure

Type: object Properties: 7
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Properties

TableName Key ConditionExpression ExpressionAttributeNames ExpressionAttributeValues ReturnValues ReturnConsumedCapacity

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

JSON Structure

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