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:
|
GlobalSecondaryIndexUpdates |
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
TYPE:
|
ProvisionedWriteCapacityAutoScalingUpdate |
Represents the auto scaling settings to be modified for a global table or global secondary index.
TYPE:
|
ReplicaUpdates |
Represents the auto scaling settings of replicas of the table that will be modified.
TYPE:
|
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:
|
TableAutoScalingDescription
class-attribute
instance-attribute
TableAutoScalingDescription = None