Values.PipeTargetHttpParametersSourceThese are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.
type nonrec t = {pathParameterValues : PathParameterList.t option;The path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").
*)headerParameters : HeaderParametersMap.t option;The headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.
*)queryStringParameters : QueryStringParametersMap.t option;The query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PathParameter.t ] list
| `Map of
([> `String of HeaderKey.t ] * [> `String of HeaderValue.t ]) list ])
list ]