update_table_replica_auto_scaling¶
Operation¶
update_table_replica_auto_scaling
async
¶
update_table_replica_auto_scaling(input: UpdateTableReplicaAutoScalingInput, plugins: list[Plugin] | None = None) -> UpdateTableReplicaAutoScalingOutput
Updates auto scaling settings on your global tables at once.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
UpdateTableReplicaAutoScalingInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
UpdateTableReplicaAutoScalingOutput
|
An instance of |
Input¶
UpdateTableReplicaAutoScalingInput
dataclass
¶
Dataclass for UpdateTableReplicaAutoScalingInput structure.
Attributes¶
global_secondary_index_updates
class-attribute
instance-attribute
¶
global_secondary_index_updates: list[GlobalSecondaryIndexAutoScalingUpdate] | None = None
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
provisioned_write_capacity_auto_scaling_update
class-attribute
instance-attribute
¶
provisioned_write_capacity_auto_scaling_update: AutoScalingSettingsUpdate | None = None
Represents the auto scaling settings to be modified for a global table or global secondary index.
replica_updates
class-attribute
instance-attribute
¶
replica_updates: list[ReplicaAutoScalingUpdate] | None = None
Represents the auto scaling settings of replicas of the table that will be modified.
Output¶
UpdateTableReplicaAutoScalingOutput
dataclass
¶
Dataclass for UpdateTableReplicaAutoScalingOutput structure.
Attributes¶
table_auto_scaling_description
class-attribute
instance-attribute
¶
table_auto_scaling_description: TableAutoScalingDescription | None = None
Returns information about the auto scaling settings of a table with replicas.