Amazon DynamoDB · Example Payload

Dynamodb Get Item Input Example

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Top-level fields

TableNameKeyProjectionExpressionExpressionAttributeNamesConsistentReadReturnConsumedCapacity

Example Payload

Raw ↑
{
  "TableName": "example_value",
  "Key": "example_value",
  "ProjectionExpression": "example_value",
  "ExpressionAttributeNames": "example_value",
  "ConsistentRead": true,
  "ReturnConsumedCapacity": "example_value"
}