Class ReplicaAutoScalingUpdate
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the auto scaling settings of a replica that will be modified.
public class ReplicaAutoScalingUpdate
- Inheritance
-
ReplicaAutoScalingUpdate
- Inherited Members
Constructors
ReplicaAutoScalingUpdate()
public ReplicaAutoScalingUpdate()
Properties
RegionName
Gets and sets the property RegionName.
The Region where the replica exists.
public string RegionName { get; set; }
Property Value
ReplicaGlobalSecondaryIndexUpdates
Gets and sets the property ReplicaGlobalSecondaryIndexUpdates.
Represents the auto scaling settings of global secondary indexes that will be modified.
public List<ReplicaGlobalSecondaryIndexAutoScalingUpdate> ReplicaGlobalSecondaryIndexUpdates { get; set; }
Property Value
ReplicaProvisionedReadCapacityAutoScalingUpdate
Gets and sets the property ReplicaProvisionedReadCapacityAutoScalingUpdate.
public AutoScalingSettingsUpdate ReplicaProvisionedReadCapacityAutoScalingUpdate { get; set; }