Values_0.StaleIpPermissionSourceDescribes a stale rule in a security group.
type nonrec t = {fromPort : Integer.t option;If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).
*)ipProtocol : String_.t option;The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).
*)ipRanges : IpRanges.t option;The IP ranges. Not applicable for stale security group rules.
*)prefixListIds : PrefixListIdSet.t option;The prefix list IDs. Not applicable for stale security group rules.
*)toPort : Integer.t option;If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes).
*)userIdGroupPairs : UserIdGroupPairSet.t option;The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.
*)}