Describe limits
async_boto.validation.dynamodb.describe_limits
DescribeLimitsResponse
Bases: BaseModel
Response for the DescribeLimits operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
AccountMaxReadCapacityUnits |
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
TYPE:
|
AccountMaxWriteCapacityUnits |
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
TYPE:
|
TableMaxReadCapacityUnits |
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region.
TYPE:
|
TableMaxWriteCapacityUnits |
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region.
TYPE:
|
AccountMaxReadCapacityUnits
instance-attribute
AccountMaxReadCapacityUnits
AccountMaxWriteCapacityUnits
instance-attribute
AccountMaxWriteCapacityUnits
TableMaxReadCapacityUnits
instance-attribute
TableMaxReadCapacityUnits
TableMaxWriteCapacityUnits
instance-attribute
TableMaxWriteCapacityUnits