Values.AwsWafWebAclDetailsSourceProvides information about an WAF web access control list (web ACL).
type nonrec t = {name : NonEmptyString.t option;A friendly name or description of the web ACL. You can't change the name of a web ACL after you create it.
*)defaultAction : NonEmptyString.t option;The action to perform if none of the rules contained in the web ACL match.
*)rules : AwsWafWebAclRuleList.t option;An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
*)webAclId : NonEmptyString.t option;A unique identifier for a web ACL.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]