Skip to content

DynamoDB  >  Structures  >  AutoScalingSettingsDescription

AutoScalingSettingsDescription

Structure Class

AutoScalingSettingsDescription dataclass

Represents the auto scaling settings for a global table or global secondary index.

Attributes

auto_scaling_disabled class-attribute instance-attribute
auto_scaling_disabled: bool | None = None

Disabled auto scaling for this global table or global secondary index.

auto_scaling_role_arn class-attribute instance-attribute
auto_scaling_role_arn: str | None = None

Role ARN used for configuring the auto scaling policy.

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

The maximum capacity units that a global table or global secondary index should be scaled up to.

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

The minimum capacity units that a global table or global secondary index should be scaled down to.

scaling_policies class-attribute instance-attribute
scaling_policies: list[AutoScalingPolicyDescription] | None = None

Information about the scaling policies.