localSecondaryIndexes property

List<LocalSecondaryIndexInfo>? localSecondaryIndexes
final

Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.

Implementation

final List<LocalSecondaryIndexInfo>? localSecondaryIndexes;