Amazon DynamoDB · Example Payload

Dynamodb Provisioned Throughput Example

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Top-level fields

ReadCapacityUnitsWriteCapacityUnits

Example Payload

Raw ↑
{
  "ReadCapacityUnits": 10,
  "WriteCapacityUnits": 10
}