Table of Contents

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

List<ReplicaGlobalSecondaryIndexAutoScalingDescription>

RegionName

Gets and sets the property RegionName.

The Region where the replica exists.

public string RegionName { get; set; }

Property Value

string

ReplicaProvisionedReadCapacityAutoScalingSettings

Gets and sets the property ReplicaProvisionedReadCapacityAutoScalingSettings.

public AutoScalingSettingsDescription ReplicaProvisionedReadCapacityAutoScalingSettings { get; set; }

Property Value

AutoScalingSettingsDescription

ReplicaProvisionedWriteCapacityAutoScalingSettings

Gets and sets the property ReplicaProvisionedWriteCapacityAutoScalingSettings.

public AutoScalingSettingsDescription ReplicaProvisionedWriteCapacityAutoScalingSettings { get; set; }

Property Value

AutoScalingSettingsDescription

ReplicaStatus

Gets and sets the property ReplicaStatus.

The current state of the replica:

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

Property Value

ReplicaStatus