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
show all
Defined in:
(unknown)

Overview

Represents the properties of a replica.

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The Region name of the replica.

Returns:

  • (String)

    The Region name of the replica.

#replica_billing_mode_summaryTypes::BillingModeSummary

The read/write capacity mode of the replica.

Returns:

#replica_global_secondary_index_settingsArray<Types::ReplicaGlobalSecondaryIndexSettingsDescription>

Replica global secondary index settings for the global table.

Returns:

#replica_provisioned_read_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

Auto scaling settings for a global table replica\'s read capacity units.

Returns:

#replica_provisioned_read_capacity_unitsInteger

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.

Returns:

  • (Integer)

    The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.

#replica_provisioned_write_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

Auto scaling settings for a global table replica\'s write capacity units.

Returns:

#replica_provisioned_write_capacity_unitsInteger

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.

Returns:

  • (Integer)

    The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

#replica_statusString

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

Returns:

  • (String)

    The current state of the Region:.