A way to describe an ingress or egress rule for a security group.
See [[transformToSecurityGroupAccessRule]] for a handy helper function.
A short explanation for this rule.
The port to open in a security group. The default protocol is TCP. Use Port.udp(port) for the UDP protocol.
Port.udp(port)
The CIDR address for this rule. Use Peer.anyIpv4() for global access.
Peer.anyIpv4()
A way to describe an ingress or egress rule for a security group.
See [[transformToSecurityGroupAccessRule]] for a handy helper function.