Skip to content

Update table replica auto scaling

async_boto.validation.dynamodb.update_table_replica_auto_scaling

UpdateTableReplicaAutoScalingRequest

Bases: BaseModel

Request model for the UpdateTableReplicaAutoScaling operation.

ATTRIBUTE DESCRIPTION
TableName

The name of the global table to be updated.

TYPE: constr(min_length=1, max_length=1024)

GlobalSecondaryIndexUpdates

Represents the auto scaling settings of the global secondary indexes of the replica to be updated.

TYPE: Optional[List[GlobalSecondaryIndexAutoScalingUpdate]]

ProvisionedWriteCapacityAutoScalingUpdate

Represents the auto scaling settings to be modified for a global table or global secondary index.

TYPE: Optional[AutoScalingSettingsUpdate]

ReplicaUpdates

Represents the auto scaling settings of replicas of the table that will be modified.

TYPE: Optional[List[ReplicaAutoScalingUpdate]]

TableName instance-attribute

TableName

GlobalSecondaryIndexUpdates class-attribute instance-attribute

GlobalSecondaryIndexUpdates = None

ProvisionedWriteCapacityAutoScalingUpdate class-attribute instance-attribute

ProvisionedWriteCapacityAutoScalingUpdate = None

ReplicaUpdates class-attribute instance-attribute

ReplicaUpdates = None

UpdateTableReplicaAutoScalingResponse

Bases: BaseModel

Response model for the UpdateTableReplicaAutoScaling operation.

ATTRIBUTE DESCRIPTION
TableAutoScalingDescription

Returns information about the auto scaling settings of a table with replicas.

TYPE: Optional[TableAutoScalingDescription]

TableAutoScalingDescription class-attribute instance-attribute

TableAutoScalingDescription = None