Skip to content

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: int

AccountMaxWriteCapacityUnits

The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.

TYPE: int

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: int

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: int

AccountMaxReadCapacityUnits instance-attribute

AccountMaxReadCapacityUnits

AccountMaxWriteCapacityUnits instance-attribute

AccountMaxWriteCapacityUnits

TableMaxReadCapacityUnits instance-attribute

TableMaxReadCapacityUnits

TableMaxWriteCapacityUnits instance-attribute

TableMaxWriteCapacityUnits