Amazon DynamoDB · Example Payload

Dynamodb Create Table Input Example

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Top-level fields

TableNameAttributeDefinitionsKeySchemaBillingModeGlobalSecondaryIndexesLocalSecondaryIndexesTagsTableClassDeletionProtectionEnabled

Example Payload

Raw ↑
{
  "TableName": "example_value",
  "AttributeDefinitions": [],
  "KeySchema": [],
  "BillingMode": "example_value",
  "GlobalSecondaryIndexes": [],
  "LocalSecondaryIndexes": [],
  "Tags": [],
  "TableClass": "example_value",
  "DeletionProtectionEnabled": true
}