Skip to content

DynamoDB  >  Structures  >  ProvisionedThroughputOverride

ProvisionedThroughputOverride

Structure Class

ProvisionedThroughputOverride dataclass

Replica-specific provisioned throughput settings. If not specified, uses the source table's provisioned throughput settings.

Attributes

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

Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.