projection property

AwsDynamoDbTableProjection? projection
final

Attributes that are copied from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

Implementation

final AwsDynamoDbTableProjection? projection;