Amazon DynamoDB · Example Payload

Dynamodb Provisioned Throughput Description Example

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Top-level fields

LastIncreaseDateTimeLastDecreaseDateTimeNumberOfDecreasesTodayReadCapacityUnitsWriteCapacityUnits

Example Payload

Raw ↑
{
  "LastIncreaseDateTime": "example_value",
  "LastDecreaseDateTime": "example_value",
  "NumberOfDecreasesToday": 10,
  "ReadCapacityUnits": 10,
  "WriteCapacityUnits": 10
}