Values.AwsDynamoDbTableProjectionSourceFor global and local secondary indexes, identifies the attributes that are copied from the table into the index.
type nonrec t = {nonKeyAttributes : StringList.t option;The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.
*)projectionType : NonEmptyString.t option;The types of attributes that are projected into the index. Valid values are as follows: ALL INCLUDE KEYS_ONLY
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]