class Aws::DynamoDB::Types::ReplicaDescription
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ReplicaDescription AWS API Documentation
@return [Array<Types::ReplicaGlobalSecondaryIndexDescription>]
Replica-specific global secondary index settings.
@!attribute [rw] global_secondary_indexes
@return [Types::ProvisionedThroughputOverride]
source table’s provisioned throughput settings.
Replica-specific provisioned throughput. If not described, uses the
@!attribute [rw] provisioned_throughput_override
@return [String]
used for AWS KMS encryption.
The AWS KMS customer master key (CMK) of the replica that will be
@!attribute [rw] kms_master_key_id
@return [String]
replica as a percentage.
Specifies the progress of a Create, Update, or Delete action on the
@!attribute [rw] replica_status_percent_progress
@return [String]
Detailed information about the replica status.
@!attribute [rw] replica_status_description
@return [String]
* ‘ACTIVE` - The replica is ready for use.
* `DELETING` - The replica is being deleted.
* `UPDATING` - The replica is being updated.
* `CREATING` - The replica is being created.
The current state of the replica:
@!attribute [rw] replica_status
@return [String]
The name of the Region.
@!attribute [rw] region_name
Contains the details of the replica.