Values.ConnectionQueryStringParameterSourceAny additional query string parameter for the connection. You can include up to 100 additional query string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB.
type nonrec t = {key : QueryStringKey.t option;The key for a query string parameter.
*)value : QueryStringValueSensitive.t option;The value associated with the key for the query string parameter.
*)isValueSecret : Boolean.t option;Specifies whether the value is secret.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of QueryStringKey.t ]) list ]