Values_0.AnalysisAclRuleSourceDescribes a network access control (ACL) rule.
type nonrec t = {cidr : String_.t option;The IPv4 address range, in CIDR notation.
*)egress : Boolean.t option;Indicates whether the rule is an outbound rule.
*)portRange : PortRange.t option;The range of ports.
*)protocol : String_.t option;The protocol.
*)ruleAction : String_.t option;Indicates whether to allow or deny traffic that matches the rule.
*)ruleNumber : Integer.t option;The rule number.
*)}