You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::ReplicaSettingsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaSettingsDescription
- Defined in:
- (unknown)
Overview
Represents the properties of a replica.
Instance Attribute Summary collapse
-
#region_name ⇒ String
The Region name of the replica.
-
#replica_billing_mode_summary ⇒ Types::BillingModeSummary
The read/write capacity mode of the replica.
-
#replica_global_secondary_index_settings ⇒ Array<Types::ReplicaGlobalSecondaryIndexSettingsDescription>
Replica global secondary index settings for the global table.
-
#replica_provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Auto scaling settings for a global table replica\'s read capacity units.
-
#replica_provisioned_read_capacity_units ⇒ Integer
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
. -
#replica_provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Auto scaling settings for a global table replica\'s write capacity units.
-
#replica_provisioned_write_capacity_units ⇒ Integer
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException
. -
#replica_status ⇒ String
The current state of the Region:.
Instance Attribute Details
#region_name ⇒ String
The Region name of the replica.
#replica_billing_mode_summary ⇒ Types::BillingModeSummary
The read/write capacity mode of the replica.
#replica_global_secondary_index_settings ⇒ Array<Types::ReplicaGlobalSecondaryIndexSettingsDescription>
Replica global secondary index settings for the global table.
#replica_provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Auto scaling settings for a global table replica\'s read capacity units.
#replica_provisioned_read_capacity_units ⇒ Integer
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException
. For more information,
see Specifying Read and Write Requirements in the Amazon DynamoDB
Developer Guide.
#replica_provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Auto scaling settings for a global table replica\'s write capacity units.
#replica_provisioned_write_capacity_units ⇒ Integer
The maximum number of writes consumed per second before DynamoDB returns
a ThrottlingException
. For more information, see Specifying Read and
Write Requirements in the Amazon DynamoDB Developer Guide.
#replica_status ⇒ String
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.Possible values:
- CREATING
- CREATION_FAILED
- UPDATING
- DELETING
- ACTIVE
- REGION_DISABLED
- INACCESSIBLE_ENCRYPTION_CREDENTIALS