Skip to content

DynamoDB  >  Structures  >  GlobalSecondaryIndexAutoScalingUpdate

GlobalSecondaryIndexAutoScalingUpdate

Structure Class

GlobalSecondaryIndexAutoScalingUpdate dataclass

Represents the auto scaling settings of a global secondary index for a global table that will be modified.

Attributes

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

The name of the global secondary index.

provisioned_write_capacity_auto_scaling_update class-attribute instance-attribute
provisioned_write_capacity_auto_scaling_update: AutoScalingSettingsUpdate | None = None

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