| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Describes a set of provisioned throughput values for an AWS::DynamoDB::Table resource. Amazon DynamoDB uses these capacity units to allocate sufficient resources to provide the requested throughput.
For a complete discussion of Amazon DynamoDB provisioned throughput values, see Specifying Read and Write Requirements (Provisioned Throughput) in the Amazon DynamoDB Developer Guide.
{
"ReadCapacityUnits" : Number,
"WriteCapacityUnits" : Number
}Sets the desired minimum number of consistent reads of items (of up to 1KB in size) per second for the specified table before Amazon DynamoDB balances the load.
Required: Yes
Type: Number
Sets the desired minimum number of consistent writes of items (of up to 1KB in size) per second for the specified table before Amazon DynamoDB balances the load.
Note
For detailed information about the limits of provisioned throughput values in Amazon DynamoDB, see Limits in Amazon DynamoDB in the Amazon DynamoDB Developer Guide.
For an example of declared provisioned throughput values, see AWS::DynamoDB::Table.