Values.AwsWafRegionalRuleGroupDetailsSourceProvides information about an WAF Regional rule group. The rule group is a collection of rules for inspecting and controlling web requests.
type nonrec t = {metricName : NonEmptyString.t option;A name for the metrics for this rule group.
*)name : NonEmptyString.t option;The descriptive name of the rule group.
*)ruleGroupId : NonEmptyString.t option;The ID of the rule group.
*)rules : AwsWafRegionalRuleGroupRulesList.t option;Provides information about the rule statements used to identify the web requests that you want to allow, block, or count.
*)}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 ]