class Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndex

Represents the properties of a replica global secondary index.

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

data as a hash:

    {
      index_name: "IndexName", # required
      provisioned_throughput_override: {
        read_capacity_units: 1,
      },
    }

@!attribute [rw] index_name

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

@!attribute [rw] provisioned_throughput_override

Replica table GSI-specific provisioned throughput. If not specified,
uses the source table GSI's read capacity settings.
@return [Types::ProvisionedThroughputOverride]

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

Constants

SENSITIVE