ReplicaGlobalSecondaryIndexAutoScalingUpdate¶
Structure Class¶
ReplicaGlobalSecondaryIndexAutoScalingUpdate
dataclass
¶
Represents the auto scaling settings of a global secondary index for a replica that will be modified.
Attributes¶
index_name
class-attribute
instance-attribute
¶
index_name: str | None = None
The name of the global secondary index.
provisioned_read_capacity_auto_scaling_update
class-attribute
instance-attribute
¶
provisioned_read_capacity_auto_scaling_update: AutoScalingSettingsUpdate | None = None
Represents the auto scaling settings to be modified for a global table or global secondary index.