Skip to content

DynamoDB  >  Structures  >  Capacity

Capacity

Structure Class

Capacity dataclass

Represents the amount of provisioned throughput capacity consumed on a table or an index.

Attributes

capacity_units class-attribute instance-attribute
capacity_units: float | None = None

The total number of capacity units consumed on a table or an index.

read_capacity_units class-attribute instance-attribute
read_capacity_units: float | None = None

The total number of read capacity units consumed on a table or an index.

write_capacity_units class-attribute instance-attribute
write_capacity_units: float | None = None

The total number of write capacity units consumed on a table or an index.