Values.FirewallPolicyStatelessRuleGroupReferencesDetailsSourceA stateless rule group that is used by the firewall policy.
type nonrec t = {priority : Integer.t option;The order in which to run the stateless rule group.
*)resourceArn : NonEmptyString.t option;The ARN of the stateless rule group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]