Table of Contents

Class TableAutoScalingDescription

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

Represents the auto scaling configuration for a global table.

public class TableAutoScalingDescription
Inheritance
TableAutoScalingDescription
Inherited Members

Constructors

TableAutoScalingDescription()

public TableAutoScalingDescription()

Properties

Replicas

Gets and sets the property Replicas.

Represents replicas of the global table.

public List<ReplicaAutoScalingDescription> Replicas { get; set; }

Property Value

List<ReplicaAutoScalingDescription>

TableName

Gets and sets the property TableName.

The name of the table.

public string TableName { get; set; }

Property Value

string

TableStatus

Gets and sets the property TableStatus.

The current state of the table:

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

Property Value

TableStatus