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
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
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
RegionName
Gets and sets the property RegionName.
The name of the Region.
public string RegionName { get; set; }
Property Value
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
ReplicaStatus
Gets and sets the property ReplicaStatus.
The current state of the replica:
- The replica is being created.CREATING
- The replica is being updated.UPDATING
- The replica is being deleted.DELETING
- The replica is ready for use.ACTIVE
- The replica is inaccessible because the Amazon Web Services Region has been disabled.REGION_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.
- The KMS key used to encrypt the table is inaccessible.INACCESSIBLE_ENCRYPTION_CREDENTIALS
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
ReplicaStatusDescription
Gets and sets the property ReplicaStatusDescription.
Detailed information about the replica status.
public string ReplicaStatusDescription { get; set; }
Property Value
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
ReplicaTableClassSummary
Gets and sets the property ReplicaTableClassSummary.
public TableClassSummary ReplicaTableClassSummary { get; set; }