Skip to content

DynamoDB  >  Structures  >  ReplicaGlobalSecondaryIndexSettingsUpdate

ReplicaGlobalSecondaryIndexSettingsUpdate

Structure Class

ReplicaGlobalSecondaryIndexSettingsUpdate dataclass

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

Attributes

index_name instance-attribute
index_name: str

The name of the global secondary index. The name must be unique among all other indexes on this table.

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

Auto scaling settings for managing a global secondary index replica's read capacity units.

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

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.