Amazon DynamoDB · Example Payload

Dynamodb Transact Write Items Input Example

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Dynamodb Transact Write Items Input Example is an example object payload from Amazon DynamoDB, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TransactItemsClientRequestTokenReturnConsumedCapacityReturnItemCollectionMetrics

Example Payload

Raw ↑
{
  "TransactItems": [],
  "ClientRequestToken": "example_value",
  "ReturnConsumedCapacity": "example_value",
  "ReturnItemCollectionMetrics": "example_value"
}