Values.AwsWafRuleGroupDetailsSourceProvides information about an WAF rule group. A rule group is a collection of rules for inspecting and controlling web requests.
type nonrec t = {metricName : NonEmptyString.t option;The name of the metrics for this rule group.
*)name : NonEmptyString.t option;The name of the rule group.
*)ruleGroupId : NonEmptyString.t option;The ID of the rule group.
*)rules : AwsWafRuleGroupRulesList.t option;Provides information about the rules attached to the rule group. These rules 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 ]