Values_0.FirewallStatelessRuleSourceDescribes a stateless rule.
type nonrec t = {ruleGroupArn : ResourceArn.t option;The ARN of the stateless rule group.
*)sources : ValueStringList.t option;The source IP addresses, in CIDR notation.
*)destinations : ValueStringList.t option;The destination IP addresses, in CIDR notation.
*)sourcePorts : PortRangeList.t option;The source ports.
*)destinationPorts : PortRangeList.t option;The destination ports.
*)protocols : ProtocolIntList.t option;The protocols.
*)ruleAction : String_.t option;The rule action. The possible values are pass, drop, and forward_to_site.
*)priority : Priority.t option;The rule priority.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Priority.t
| `List of
[> `Integer of ProtocolInt.t
| `String of String_.t
| `Structure of (string * [> `Integer of Integer.t ]) list ]
list
| `String of ResourceArn.t ])
list ]