GlobalTableGlobalSecondaryIndexSettingsUpdate¶
Structure Class¶
GlobalTableGlobalSecondaryIndexSettingsUpdate
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_write_capacity_auto_scaling_settings_update
class-attribute
instance-attribute
¶
provisioned_write_capacity_auto_scaling_settings_update: AutoScalingSettingsUpdate | None = None
Auto scaling settings for managing a global secondary index's write capacity units.