Amazon DynamoDB · Schema

ProvisionedThroughputDescription

Describes the provisioned throughput settings for a table or index

AWSDatabaseDocument StoreKey-ValueNoSQLServerless

Properties

Name Type Description
LastIncreaseDateTime number The date and time of the last provisioned throughput increase
LastDecreaseDateTime number The date and time of the last provisioned throughput decrease
NumberOfDecreasesToday integer The number of provisioned throughput decreases for this table during this UTC calendar day
ReadCapacityUnits integer The maximum number of strongly consistent reads per second
WriteCapacityUnits integer The maximum number of writes per second
View JSON Schema on GitHub