Values.AwsWafv2RulesActionDetailsSourceThe action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.
type nonrec t = {allow : AwsWafv2ActionAllowDetails.t option;Instructs WAF to allow the web request.
*)block : AwsWafv2ActionBlockDetails.t option;Instructs WAF to block the web request.
*)captcha : AwsWafv2RulesActionCaptchaDetails.t option;Instructs WAF to run a CAPTCHA check against the web request.
*)count : AwsWafv2RulesActionCountDetails.t option;Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]