Values.AwsDynamoDbTableLocalSecondaryIndexSourceInformation about a local secondary index for a DynamoDB table.
type nonrec t = {indexArn : NonEmptyString.t option;The ARN of the index.
*)indexName : NonEmptyString.t option;The name of the index.
*)keySchema : AwsDynamoDbTableKeySchemaList.t option;The complete key schema for the index.
*)projection : AwsDynamoDbTableProjection.t option;Attributes that are copied from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ])
list ]