class Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndex
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ReplicaGlobalSecondaryIndex AWS API Documentation
@return [Types::ProvisionedThroughputOverride]
uses the source table GSI’s read capacity settings.
Replica table GSI-specific provisioned throughput. If not specified,
@!attribute [rw] provisioned_throughput_override
@return [String]
The name of the global secondary index.
@!attribute [rw] index_name
}
},
read_capacity_units: 1,
provisioned_throughput_override: {
index_name: “IndexName”, # required
{
data as a hash:
@note When making an API call, you may pass ReplicaGlobalSecondaryIndex
Represents the properties of a replica global secondary index.