Global Table Global Secondary Index Args
Constructors
Properties
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.
Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index. If you use this parameter, you must specify ReadUnitsPerSecond
, WriteUnitsPerSecond
, or both.
Sets the write request settings for a global table or a global secondary index. You can only specify this setting if your resource uses the PAY_PER_REQUEST
BillingMode
.
Defines write capacity settings for the global secondary index. You must specify a value for this property if the table's BillingMode
is PROVISIONED
. All replicas will have the same write capacity settings for this global secondary index.