Table of Contents

Class GlobalTableDescription

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

Contains details about the global table.

public class GlobalTableDescription
Inheritance
GlobalTableDescription
Inherited Members

Constructors

GlobalTableDescription()

public GlobalTableDescription()

Properties

CreationDateTime

Gets and sets the property CreationDateTime.

The creation time of the global table.

public DateTime CreationDateTime { get; set; }

Property Value

DateTime

GlobalTableArn

Gets and sets the property GlobalTableArn.

The unique identifier of the global table.

public string GlobalTableArn { get; set; }

Property Value

string

GlobalTableName

Gets and sets the property GlobalTableName.

The global table name.

public string GlobalTableName { get; set; }

Property Value

string

GlobalTableStatus

Gets and sets the property GlobalTableStatus.

The current state of the global table:

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

Property Value

GlobalTableStatus

ReplicationGroup

Gets and sets the property ReplicationGroup.

The Regions where the global table has replicas.

public List<ReplicaDescription> ReplicationGroup { get; set; }

Property Value

List<ReplicaDescription>