Values_0.RuleGroupRuleOptionsPairSourceDescribes the rule options for a stateful rule group.
type nonrec t = {ruleGroupArn : ResourceArn.t option;The ARN of the rule group.
*)ruleOptions : RuleOptionList.t option;The rule options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `String of ResourceArn.t ])
list ]