Values.BlockActionSourceSpecifies that WAF should block the request and optionally defines additional custom handling for the response to the web request. This is used in the context of other settings, for example to specify values for RuleAction and web ACL DefaultAction.
type nonrec t = {customResponse : CustomResponse.t option;Defines a custom response for the web request. For information about customizing web requests and responses, 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 ResponseStatusCode.t
| `List of
[> `Structure of
(string * [> `String of CustomHTTPHeaderName.t ]) list ]
list
| `String of EntityName.t ])
list ])
list ]