Class ReplicaGlobalSecondaryIndexAutoScalingDescription
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the auto scaling configuration for a replica global secondary index.
public class ReplicaGlobalSecondaryIndexAutoScalingDescription
- Inheritance
-
ReplicaGlobalSecondaryIndexAutoScalingDescription
- Inherited Members
Constructors
ReplicaGlobalSecondaryIndexAutoScalingDescription()
public ReplicaGlobalSecondaryIndexAutoScalingDescription()
Properties
IndexName
Gets and sets the property IndexName.
The name of the global secondary index.
public string IndexName { get; set; }
Property Value
IndexStatus
Gets and sets the property IndexStatus.
The current state of the replica global secondary index:
- The index is being created.CREATING
- The index is being updated.UPDATING
- The index is being deleted.DELETING
- The index is ready for use.ACTIVE
public IndexStatus IndexStatus { get; set; }
Property Value
ProvisionedReadCapacityAutoScalingSettings
Gets and sets the property ProvisionedReadCapacityAutoScalingSettings.
public AutoScalingSettingsDescription ProvisionedReadCapacityAutoScalingSettings { get; set; }
Property Value
ProvisionedWriteCapacityAutoScalingSettings
Gets and sets the property ProvisionedWriteCapacityAutoScalingSettings.
public AutoScalingSettingsDescription ProvisionedWriteCapacityAutoScalingSettings { get; set; }