class Aws::DynamoDB::Types::UpdateGlobalSecondaryIndexAction

Represents the new provisioned throughput settings to be applied to a global secondary index.

@note When making an API call, you may pass UpdateGlobalSecondaryIndexAction

data as a hash:

    {
      index_name: "IndexName", # required
      provisioned_throughput: { # required
        read_capacity_units: 1, # required
        write_capacity_units: 1, # required
      },
    }

@!attribute [rw] index_name

The name of the global secondary index to be updated.
@return [String]

@!attribute [rw] provisioned_throughput

Represents the provisioned throughput settings for the specified
global secondary index.

For current minimum and maximum provisioned throughput values, see
[Service, Account, and Table Quotas][1] in the *Amazon DynamoDB
Developer Guide*.

[1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html
@return [Types::ProvisionedThroughput]

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

Constants

SENSITIVE