keySchema property
The primary key structure for the table. Each KeySchemaElement
consists of:
-
AttributeName
- The name of the attribute. -
KeyType
- The role of the attribute:-
HASH
- partition key -
RANGE
- sort key
-
Implementation
final List<KeySchemaElement>? keySchema;