Values.RuleGroupSourceStatelessRuleDefinitionSourceThe definition of the stateless rule.
type nonrec t = {actions : NonEmptyStringList.t option;The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action (aws:pass, aws:drop, or aws:forward_to_sfe). You can then add custom actions.
*)matchAttributes : RuleGroupSourceStatelessRuleMatchAttributes.t option;The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `Structure of
(string
* [> `List of
[> `Integer of Integer.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]
list ])
list ])
list ]