Values.AwsWafRegionalWebAclDetailsSourceProvides information about the web access control list (web ACL). The web ACL contains the rules that identify the requests that you want to allow, block, or count.
type nonrec t = {defaultAction : NonEmptyString.t option;The action to perform if none of the rules contained in the web ACL match.
*)metricName : NonEmptyString.t option;A name for the metrics for this web ACL.
*)name : NonEmptyString.t option;A descriptive name for the web ACL.
*)rulesList : AwsWafRegionalWebAclRulesList.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;The ID of the web ACL.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]