Class ReplicaAutoScalingDescription
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the auto scaling settings of the replica.
public class ReplicaAutoScalingDescription
- Inheritance
-
ReplicaAutoScalingDescription
- Inherited Members
Constructors
ReplicaAutoScalingDescription()
public ReplicaAutoScalingDescription()
Properties
GlobalSecondaryIndexes
Gets and sets the property GlobalSecondaryIndexes.
Replica-specific global secondary index auto scaling settings.
public List<ReplicaGlobalSecondaryIndexAutoScalingDescription> GlobalSecondaryIndexes { get; set; }
Property Value
RegionName
Gets and sets the property RegionName.
The Region where the replica exists.
public string RegionName { get; set; }
Property Value
ReplicaProvisionedReadCapacityAutoScalingSettings
Gets and sets the property ReplicaProvisionedReadCapacityAutoScalingSettings.
public AutoScalingSettingsDescription ReplicaProvisionedReadCapacityAutoScalingSettings { get; set; }
Property Value
ReplicaProvisionedWriteCapacityAutoScalingSettings
Gets and sets the property ReplicaProvisionedWriteCapacityAutoScalingSettings.
public AutoScalingSettingsDescription ReplicaProvisionedWriteCapacityAutoScalingSettings { get; set; }
Property Value
ReplicaStatus
Gets and sets the property ReplicaStatus.
The current state of the replica:
- The replica is being created.CREATING
- The replica is being updated.UPDATING
- The replica is being deleted.DELETING
- The replica is ready for use.ACTIVE
public ReplicaStatus ReplicaStatus { get; set; }