Values_0.FirewallStatefulRuleSourceDescribes a stateful rule.
type nonrec t = {ruleGroupArn : ResourceArn.t option;The ARN of the stateful 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.
*)protocol : String_.t option;The protocol.
*)ruleAction : String_.t option;The rule action. The possible values are pass, drop, and alert.
*)direction : String_.t option;The direction. The possible values are FORWARD and ANY.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of (string * [> `Integer of Integer.t ]) list ]
list
| `String of ResourceArn.t ])
list ]