class Aws::DynamoDB::Types::ReplicaAutoScalingDescription

Represents the auto scaling settings of the replica.

@!attribute [rw] region_name

The Region where the replica exists.
@return [String]

@!attribute [rw] global_secondary_indexes

Replica-specific global secondary index auto scaling settings.
@return [Array<Types::ReplicaGlobalSecondaryIndexAutoScalingDescription>]

@!attribute [rw] replica_provisioned_read_capacity_auto_scaling_settings

Represents the auto scaling settings for a global table or global
secondary index.
@return [Types::AutoScalingSettingsDescription]

@!attribute [rw] replica_provisioned_write_capacity_auto_scaling_settings

Represents the auto scaling settings for a global table or global
secondary index.
@return [Types::AutoScalingSettingsDescription]

@!attribute [rw] replica_status

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.
@return [String]

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

Constants

SENSITIVE