Table of Contents

Class ReplicaGlobalSecondaryIndexAutoScalingUpdate

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents the auto scaling settings of a global secondary index for a replica that will be modified.

public class ReplicaGlobalSecondaryIndexAutoScalingUpdate
Inheritance
ReplicaGlobalSecondaryIndexAutoScalingUpdate
Inherited Members

Constructors

ReplicaGlobalSecondaryIndexAutoScalingUpdate()

public ReplicaGlobalSecondaryIndexAutoScalingUpdate()

Properties

IndexName

Gets and sets the property IndexName.

The name of the global secondary index.

public string IndexName { get; set; }

Property Value

string

ProvisionedReadCapacityAutoScalingUpdate

Gets and sets the property ProvisionedReadCapacityAutoScalingUpdate.

public AutoScalingSettingsUpdate ProvisionedReadCapacityAutoScalingUpdate { get; set; }

Property Value

AutoScalingSettingsUpdate