Table of Contents

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

string

IndexStatus

Gets and sets the property IndexStatus.

The current state of the replica global secondary index:

  • CREATING
    - The index is being created.
  • UPDATING
    - The index is being updated.
  • DELETING
    - The index is being deleted.
  • ACTIVE
    - The index is ready for use.
public IndexStatus IndexStatus { get; set; }

Property Value

IndexStatus

ProvisionedReadCapacityAutoScalingSettings

Gets and sets the property ProvisionedReadCapacityAutoScalingSettings.

public AutoScalingSettingsDescription ProvisionedReadCapacityAutoScalingSettings { get; set; }

Property Value

AutoScalingSettingsDescription

ProvisionedWriteCapacityAutoScalingSettings

Gets and sets the property ProvisionedWriteCapacityAutoScalingSettings.

public AutoScalingSettingsDescription ProvisionedWriteCapacityAutoScalingSettings { get; set; }

Property Value

AutoScalingSettingsDescription