Table of Contents

Class ReplicaDescription

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

Contains the details of the replica.

public class ReplicaDescription
Inheritance
ReplicaDescription
Inherited Members

Constructors

ReplicaDescription()

public ReplicaDescription()

Properties

GlobalSecondaryIndexes

Gets and sets the property GlobalSecondaryIndexes.

Replica-specific global secondary index settings.

public List<ReplicaGlobalSecondaryIndexDescription> GlobalSecondaryIndexes { get; set; }

Property Value

List<ReplicaGlobalSecondaryIndexDescription>

KMSMasterKeyId

Gets and sets the property KMSMasterKeyId.

The KMS key of the replica that will be used for KMS encryption.

public string KMSMasterKeyId { get; set; }

Property Value

string

ProvisionedThroughputOverride

Gets and sets the property ProvisionedThroughputOverride.

Replica-specific provisioned throughput. If not described, uses the source table's provisioned throughput settings.

public ProvisionedThroughputOverride ProvisionedThroughputOverride { get; set; }

Property Value

ProvisionedThroughputOverride

RegionName

Gets and sets the property RegionName.

The name of the Region.

public string RegionName { get; set; }

Property Value

string

ReplicaInaccessibleDateTime

Gets and sets the property ReplicaInaccessibleDateTime.

The time at which the replica was first detected as inaccessible. To determine cause of inaccessibility check the

ReplicaStatus
property.
public DateTime ReplicaInaccessibleDateTime { get; set; }

Property Value

DateTime

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.
  • REGION_DISABLED
    - The replica is inaccessible because the Amazon Web Services Region has been disabled.
    note

    If the Amazon Web Services Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

  • INACCESSIBLE_ENCRYPTION_CREDENTIALS
    - The KMS key used to encrypt the table is inaccessible.
    note

    If the KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

public ReplicaStatus ReplicaStatus { get; set; }

Property Value

ReplicaStatus

ReplicaStatusDescription

Gets and sets the property ReplicaStatusDescription.

Detailed information about the replica status.

public string ReplicaStatusDescription { get; set; }

Property Value

string

ReplicaStatusPercentProgress

Gets and sets the property ReplicaStatusPercentProgress.

Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.

public string ReplicaStatusPercentProgress { get; set; }

Property Value

string

ReplicaTableClassSummary

Gets and sets the property ReplicaTableClassSummary.

public TableClassSummary ReplicaTableClassSummary { get; set; }

Property Value

TableClassSummary