class Aws::DynamoDB::Types::GlobalSecondaryIndex
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/GlobalSecondaryIndex AWS API Documentation
@return [Types::OnDemandThroughput]
‘MaxReadRequestUnits`, `MaxWriteRequestUnits`, or both.
secondary index. If you use this parameter, you must specify
The maximum number of read and write units for the specified global
@!attribute [rw] on_demand_throughput
@return [Types::ProvisionedThroughput]<br>: docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html<br><br><br><br>Developer Guide*.
[Service, Account, and Table Quotas] in the *Amazon DynamoDB
For current minimum and maximum provisioned throughput values, see
global secondary index.
Represents the provisioned throughput settings for the specified
@!attribute [rw] provisioned_throughput
@return [Types::Projection]
automatically projected.
primary key attributes and index key attributes, which are
into the global secondary index. These are in addition to the
Represents attributes that are copied (projected) from the table
@!attribute [rw] projection
@return [Array<Types::KeySchemaElement>]
</note>
order by the sort key value.
with the same partition key physically close together, in sorted
term “range attribute” derives from the way DynamoDB stores items
The sort key of an item is also known as its *range attribute*. The
partitions, based on their partition key values.
internal hash function to evenly distribute data items across
The term “hash attribute” derives from DynamoDB’s usage of an
<note markdown=“1”> The partition key of an item is also known as its *hash attribute*.
* ‘RANGE` - sort key
* `HASH` - partition key
of one or more pairs of attribute names and key types:
The complete key schema for a global secondary index, which consists
@!attribute [rw] key_schema
@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.