Values.KeyValueStoreSourceThe key value store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The key value store holds keys and their corresponding values.
type nonrec t = {name : String_.t option;The name of the key value store.
*)id : String_.t option;The unique Id for the key value store.
*)comment : String_.t option;A comment for the key value store.
*)aRN : String_.t option;The Amazon Resource Name (ARN) of the key value store.
*)status : String_.t option;The status of the key value store.
*)lastModifiedTime : Timestamp.t option;The last-modified time of the key value store.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]