Class GlobalSecondaryIndexAutoScalingUpdate
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the auto scaling settings of a global secondary index for a global table that will be modified.
public class GlobalSecondaryIndexAutoScalingUpdate
- Inheritance
-
GlobalSecondaryIndexAutoScalingUpdate
- Inherited Members
Constructors
GlobalSecondaryIndexAutoScalingUpdate()
public GlobalSecondaryIndexAutoScalingUpdate()
Properties
IndexName
Gets and sets the property IndexName.
The name of the global secondary index.
public string IndexName { get; set; }
Property Value
ProvisionedWriteCapacityAutoScalingUpdate
Gets and sets the property ProvisionedWriteCapacityAutoScalingUpdate.
public AutoScalingSettingsUpdate ProvisionedWriteCapacityAutoScalingUpdate { get; set; }