class Aws::DynamoDB::Types::ReplicaSettingsDescription

Represents the properties of a replica.

@!attribute [rw] region_name

The Region name of the replica.
@return [String]

@!attribute [rw] replica_status

The current state of the Region:

* `CREATING` - The Region is being created.

* `UPDATING` - The Region is being updated.

* `DELETING` - The Region is being deleted.

* `ACTIVE` - The Region is ready for use.
@return [String]

@!attribute [rw] replica_billing_mode_summary

The read/write capacity mode of the replica.
@return [Types::BillingModeSummary]

@!attribute [rw] replica_provisioned_read_capacity_units

The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a `ThrottlingException`. For more
information, see [Specifying Read and Write Requirements][1] in the
*Amazon DynamoDB Developer Guide*.

[1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput
@return [Integer]

@!attribute [rw] replica_provisioned_read_capacity_auto_scaling_settings

Auto scaling settings for a global table replica's read capacity
units.
@return [Types::AutoScalingSettingsDescription]

@!attribute [rw] replica_provisioned_write_capacity_units

The maximum number of writes consumed per second before DynamoDB
returns a `ThrottlingException`. For more information, see
[Specifying Read and Write Requirements][1] in the *Amazon DynamoDB
Developer Guide*.

[1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput
@return [Integer]

@!attribute [rw] replica_provisioned_write_capacity_auto_scaling_settings

Auto scaling settings for a global table replica's write capacity
units.
@return [Types::AutoScalingSettingsDescription]

@!attribute [rw] replica_global_secondary_index_settings

Replica global secondary index settings for the global table.
@return [Array<Types::ReplicaGlobalSecondaryIndexSettingsDescription>]

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

Constants

SENSITIVE