Amazon DynamoDB · Example Payload

Dynamodb Openapi Update Table Input Example

DatabaseDocument StoreKey-ValueNoSQLServerless

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

TableNameProvisionedThroughputBillingMode

Example Payload

Raw ↑
{
  "TableName": "example-resource-name",
  "ProvisionedThroughput": "example",
  "BillingMode": "PAY_PER_REQUEST"
}