Values_0.AnalysisSecurityGroupRuleSourceDescribes a security group rule.
type nonrec t = {cidr : String_.t option;The IPv4 address range, in CIDR notation.
*)direction : String_.t option;The direction. The following are the possible values: egress ingress
*)securityGroupId : String_.t option;The security group ID.
*)portRange : PortRange.t option;The port range.
*)prefixListId : String_.t option;The prefix list ID.
*)protocol : String_.t option;The protocol name.
*)}