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
TableName
Gets and sets the property TableName.
The name of the table.
public string TableName { get; set; }
Property Value
TableStatus
Gets and sets the property TableStatus.
The current state of the table:
- The table is being created.CREATING
- The table is being updated.UPDATING
- The table is being deleted.DELETING
- The table is ready for use.ACTIVE
public TableStatus TableStatus { get; set; }