Amazon DynamoDB · Example Payload

Dynamodb Update Table Input Example

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Dynamodb Update Table 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

TableNameAttributeDefinitionsBillingModeGlobalSecondaryIndexUpdatesTableClassDeletionProtectionEnabled

Example Payload

Raw ↑
{
  "TableName": "example_value",
  "AttributeDefinitions": [],
  "BillingMode": "example_value",
  "GlobalSecondaryIndexUpdates": [],
  "TableClass": "example_value",
  "DeletionProtectionEnabled": true
}