Class UpdateTableReplicaAutoScalingRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the UpdateTableReplicaAutoScaling operation. Updates auto scaling settings on your global tables at once.
note
This operation only applies to Version 2019.11.21 of global tables.
public class UpdateTableReplicaAutoScalingRequest : AmazonDynamoDBRequest
- Inheritance
-
UpdateTableReplicaAutoScalingRequest
Constructors
UpdateTableReplicaAutoScalingRequest()
public UpdateTableReplicaAutoScalingRequest()
Properties
GlobalSecondaryIndexUpdates
Gets and sets the property GlobalSecondaryIndexUpdates.
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
public List<GlobalSecondaryIndexAutoScalingUpdate> GlobalSecondaryIndexUpdates { get; set; }
Property Value
ProvisionedWriteCapacityAutoScalingUpdate
Gets and sets the property ProvisionedWriteCapacityAutoScalingUpdate.
public AutoScalingSettingsUpdate ProvisionedWriteCapacityAutoScalingUpdate { get; set; }
Property Value
ReplicaUpdates
Gets and sets the property ReplicaUpdates.
Represents the auto scaling settings of replicas of the table that will be modified.
public List<ReplicaAutoScalingUpdate> ReplicaUpdates { get; set; }
Property Value
TableName
Gets and sets the property TableName.
The name of the global table to be updated.
public string TableName { get; set; }