class Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexSettingsDescription

Represents the properties of a global secondary index.

@!attribute [rw] index_name

The name of the global secondary index. The name must be unique
among all other indexes on this table.
@return [String]

@!attribute [rw] index_status

The current status of the global secondary index:

* `CREATING` - The global secondary index is being created.

* `UPDATING` - The global secondary index is being updated.

* `DELETING` - The global secondary index is being deleted.

* `ACTIVE` - The global secondary index is ready for use.
@return [String]

@!attribute [rw] provisioned_read_capacity_units

The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a `ThrottlingException`.
@return [Integer]

@!attribute [rw] provisioned_read_capacity_auto_scaling_settings

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

@!attribute [rw] provisioned_write_capacity_units

The maximum number of writes consumed per second before DynamoDB
returns a `ThrottlingException`.
@return [Integer]

@!attribute [rw] provisioned_write_capacity_auto_scaling_settings

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

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

Constants

SENSITIVE