Values.AwsWafRuleGroupRulesDetailsSourceProvides information about the rules attached to the rule group. These rules identify the web requests that you want to allow, block, or count.
type nonrec t = {action : AwsWafRuleGroupRulesActionDetails.t option;Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule.
*)priority : Integer.t option;If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the value of Priority.
*)ruleId : NonEmptyString.t option;The rule ID for a rule.
*)type_ : NonEmptyString.t option;The type of rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]