globalSecondaryIndexes property
Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.
Implementation
final List<GlobalSecondaryIndexInfo>? globalSecondaryIndexes;