class Aws::DynamoDB::Types::ReplicaDescription

Contains the details of the replica.

@!attribute [rw] region_name

The name of the Region.
@return [String]

@!attribute [rw] replica_status

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 AWS
  Region has been disabled.

  <note markdown="1"> If the AWS 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.

   </note>

* `INACCESSIBLE_ENCRYPTION_CREDENTIALS ` - The AWS KMS key used to
  encrypt the table is inaccessible.

  <note markdown="1"> If the AWS 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.

   </note>
@return [String]

@!attribute [rw] replica_status_description

Detailed information about the replica status.
@return [String]

@!attribute [rw] replica_status_percent_progress

Specifies the progress of a Create, Update, or Delete action on the
replica as a percentage.
@return [String]

@!attribute [rw] kms_master_key_id

The AWS KMS customer master key (CMK) of the replica that will be
used for AWS KMS encryption.
@return [String]

@!attribute [rw] provisioned_throughput_override

Replica-specific provisioned throughput. If not described, uses the
source table's provisioned throughput settings.
@return [Types::ProvisionedThroughputOverride]

@!attribute [rw] global_secondary_indexes

Replica-specific global secondary index settings.
@return [Array<Types::ReplicaGlobalSecondaryIndexDescription>]

@!attribute [rw] replica_inaccessible_date_time

The time at which the replica was first detected as inaccessible. To
determine cause of inaccessibility check the `ReplicaStatus`
property.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ReplicaDescription AWS API Documentation

Constants

SENSITIVE