Describes the provisioned throughput settings for a table or index
Type: objectProperties: 5
DatabaseDocument StoreKey-ValueNoSQLServerless
ProvisionedThroughputDescription is a JSON Structure definition published by Amazon DynamoDB, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dynamodb/refs/heads/main/json-structure/dynamodb-openapi-provisioned-throughput-description-structure.json",
"name": "ProvisionedThroughputDescription",
"description": "Describes the provisioned throughput settings for a table or index",
"type": "object",
"properties": {
"LastIncreaseDateTime": {
"type": "double",
"description": "The date and time of the last provisioned throughput increase"
},
"LastDecreaseDateTime": {
"type": "double",
"description": "The date and time of the last provisioned throughput decrease"
},
"NumberOfDecreasesToday": {
"type": "int32",
"description": "The number of provisioned throughput decreases for this table during this UTC calendar day"
},
"ReadCapacityUnits": {
"type": "int32",
"description": "The maximum number of strongly consistent reads per second"
},
"WriteCapacityUnits": {
"type": "int32",
"description": "The maximum number of writes per second"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.