Module Values.StatelessRuleGroupSource

Network Firewall stateless rule group, used in a NetworkFirewallPolicyDescription.

Sourcetype nonrec t = {
  1. ruleGroupName : NetworkFirewallResourceName.t option;
    (*

    The name of the rule group.

    *)
  2. resourceId : ResourceId.t option;
    (*

    The resource ID of the rule group.

    *)
  3. 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.

    *)
}
Sourceval make : ?ruleGroupName:??? -> ?resourceId:??? -> ?priority:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of StatelessRuleGroupPriority.t | `String of NetworkFirewallResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t