Class: DynamoDBLocalSecondaryIndexes

Types~DynamoDBLocalSecondaryIndexes

new DynamoDBLocalSecondaryIndexes()

Properties:
Name Type Description
IndexName String Required: Yes. The name of the local secondary index. The index name can be 3 – 255 characters long and have no character restrictions.
KeySchema DynamoDBKeySchema Required: Yes. The complete index key schema for the local secondary index, which consists of one or more pairs of attribute names and key types. For local secondary indexes, the hash key must be the same as that of the source table.
Projection DynamoDBProjectionObject Required: Yes. Attributes that are copied (projected) from the source table into the index. These attributes are additions to the primary key attributes and index key attributes, which are automatically projected.
Source: