Skip to content

DynamoDB  >  Structures  >  ReplicaAutoScalingUpdate

ReplicaAutoScalingUpdate

Structure Class

ReplicaAutoScalingUpdate dataclass

Represents the auto scaling settings of a replica that will be modified.

Attributes

region_name instance-attribute
region_name: str

The Region where the replica exists.

replica_global_secondary_index_updates class-attribute instance-attribute
replica_global_secondary_index_updates: list[ReplicaGlobalSecondaryIndexAutoScalingUpdate] | None = None

Represents the auto scaling settings of global secondary indexes that will be modified.

replica_provisioned_read_capacity_auto_scaling_update class-attribute instance-attribute
replica_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.