AWS SDK for .NET Documentation
LocalSecondaryIndexes Property
AmazonAmazon.DynamoDBv2.ModelCreateTableRequestLocalSecondaryIndexes Did this page help you?   Yes   No    Tell us about it...
One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given hash key value. There is a 10 GB size limit per hash key; otherwise, the size of a local secondary index is unconstrained. Each local secondary index in the array includes the following:
Declaration Syntax
C#
public List<LocalSecondaryIndex> LocalSecondaryIndexes { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)