keySchema

val keySchema: Output<Either<List<TableKeySchema>, Any>>

Specifies the attributes that make up the primary key for the table. The attributes in the `KeySchema` property must also be defined in the `AttributeDefinitions` property.