ReplicaGlobalSecondaryIndexAutoScalingDescription¶
Structure Class¶
ReplicaGlobalSecondaryIndexAutoScalingDescription
dataclass
¶
Represents the auto scaling configuration for a replica global secondary index.
Attributes¶
index_name
class-attribute
instance-attribute
¶
index_name: str | None = None
The name of the global secondary index.
index_status
class-attribute
instance-attribute
¶
index_status: IndexStatus | None = None
The current state of the replica global secondary index:
-
CREATING- The index is being created. -
UPDATING- The table/index configuration is being updated. The table/index remains available for data operations whenUPDATING -
DELETING- The index is being deleted. -
ACTIVE- The index is ready for use.
provisioned_read_capacity_auto_scaling_settings
class-attribute
instance-attribute
¶
provisioned_read_capacity_auto_scaling_settings: AutoScalingSettingsDescription | None = None
Represents the auto scaling settings for a global table or global secondary index.
provisioned_write_capacity_auto_scaling_settings
class-attribute
instance-attribute
¶
provisioned_write_capacity_auto_scaling_settings: AutoScalingSettingsDescription | None = None
Represents the auto scaling settings for a global table or global secondary index.