Values.AwsWafv2CustomRequestHandlingDetailsSourceCustom request handling behavior that inserts custom headers into a web request. WAF uses custom request handling when the rule action doesn't block the request.
type nonrec t = {insertHeaders : AwsWafv2InsertHeadersList.t option;The HTTP headers to insert into the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list ])
list ]