Values.AwsWafv2ActionBlockDetailsSourceSpecifies that WAF should block the request and optionally defines additional custom handling for the response to the web request.
type nonrec t = {customResponse : AwsWafv2CustomResponseDetails.t option;Defines a custom response for the web request. For information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ])
list ]