Values.StatelessRuleGroupSourceNetwork Firewall stateless rule group, used in a NetworkFirewallPolicyDescription.
type nonrec t = {ruleGroupName : NetworkFirewallResourceName.t option;The name of the rule group.
*)resourceId : ResourceId.t option;The resource ID of the rule group.
*)priority : StatelessRuleGroupPriority.t option;The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StatelessRuleGroupPriority.t
| `String of NetworkFirewallResourceName.t ])
list ]