You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::ReplicaAutoScalingDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the auto scaling settings of the replica.

Instance Attribute Summary collapse

Instance Attribute Details

#global_secondary_indexesArray<Types::ReplicaGlobalSecondaryIndexAutoScalingDescription>

Replica-specific global secondary index auto scaling settings.

Returns:

#region_nameString

The Region where the replica exists.

Returns:

  • (String)

    The Region where the replica exists.

#replica_provisioned_read_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

Represents the auto scaling settings for a global table or global secondary index.

Returns:

#replica_provisioned_write_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

Represents the auto scaling settings for a global table or global secondary index.

Returns:

#replica_statusString

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.

    Possible values:

    • CREATING
    • CREATION_FAILED
    • UPDATING
    • DELETING
    • ACTIVE
    • REGION_DISABLED
    • INACCESSIBLE_ENCRYPTION_CREDENTIALS

Returns:

  • (String)

    The current state of the replica:.