Values.AwsWafv2WebAclActionDetailsSourceSpecifies the action that Amazon CloudFront or WAF takes when a web request matches the conditions in the rule.
type nonrec t = {allow : AwsWafv2ActionAllowDetails.t option;Specifies that WAF should allow requests by default.
*)block : AwsWafv2ActionBlockDetails.t option;Specifies that WAF should block requests by default.
*)}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 ]