Amazon DynamoDB · Example Payload

Dynamodb Attribute Value Example

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Top-level fields

SNBSSNSBSMLNULLBOOL

Example Payload

Raw ↑
{
  "S": "example_value",
  "N": "example_value",
  "B": "example_value",
  "SS": [],
  "NS": [],
  "BS": [],
  "M": "example_value",
  "L": [],
  "NULL": true,
  "BOOL": true
}