Table Global Secondary Index Args
Constructors
Properties
Only required with INCLUDE as a projection type; a list of attributes to project into the index. These do not need to be defined as attributes on the table.
Sets the maximum number of read and write units for the specified on-demand table. See below.
One of ALL, INCLUDE or KEYS_ONLY where ALL projects every attribute into the index, KEYS_ONLY projects into the index only the table and index hash_key and sort_key attributes , INCLUDE projects into the index all of the attributes that are defined in non_key_attributes in addition to the attributes that thatKEYS_ONLY project.
Number of read units for this index. Must be set if billing_mode is set to PROVISIONED.
Number of write units for this index. Must be set if billing_mode is set to PROVISIONED.