Amazon DynamoDB · Example Payload

Amazon Dynamodb Table Example

DatabaseDocument StoreKey-ValueNoSQLServerless

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

Top-level fields

tableNamekeySchemaattributeDefinitions

Example Payload

Raw ↑
{
  "tableName": "example-resource-name",
  "keySchema": [
    "example"
  ],
  "attributeDefinitions": [
    "example"
  ]
}