Values.ConnectionHeaderParameterSourceAdditional parameter included in the header. You can include up to 100 additional header parameters per request. An event payload cannot exceed 64 KB.
type nonrec t = {key : HeaderKey.t option;The key for the parameter.
*)value : HeaderValueSensitive.t option;The value associated with the key.
*)isValueSecret : Boolean.t option;Specifies whether the value is a secret.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of HeaderKey.t ]) list ]