Amazon DynamoDB · Example Payload

Dynamodb Scan Output Example

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Dynamodb Scan Output 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

ItemsCountScannedCountLastEvaluatedKey

Example Payload

Raw ↑
{
  "Items": [],
  "Count": 10,
  "ScannedCount": 10,
  "LastEvaluatedKey": "example_value"
}