class Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexSettingsDescription
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ReplicaGlobalSecondaryIndexSettingsDescription AWS API Documentation
@return [Types::AutoScalingSettingsDescription]
capacity units.
Auto scaling settings for a global secondary index replica’s write
@!attribute [rw] provisioned_write_capacity_auto_scaling_settings
@return [Integer]
returns a ‘ThrottlingException`.
The maximum number of writes consumed per second before DynamoDB
@!attribute [rw] provisioned_write_capacity_units
@return [Types::AutoScalingSettingsDescription]
capacity units.
Auto scaling settings for a global secondary index replica’s read
@!attribute [rw] provisioned_read_capacity_auto_scaling_settings
@return [Integer]
before DynamoDB returns a ‘ThrottlingException`.
The maximum number of strongly consistent reads consumed per second
@!attribute [rw] provisioned_read_capacity_units
@return [String]
* `ACTIVE` - The global secondary index is ready for use.
* `DELETING` - The global secondary index is being deleted.
* `UPDATING` - The global secondary index is being updated.
* `CREATING` - The global secondary index is being created.
The current status of the global secondary index:
@!attribute [rw] index_status
@return [String]
among all other indexes on this table.
The name of the global secondary index. The name must be unique
@!attribute [rw] index_name
Represents the properties of a global secondary index.