IpPermission
In this article:
IpPermission#
Description of an IP permission.
Contents#
fromPort — The start of port range for the TCP and UDP protocols. “-1” value means all ports.
Type: Integer
Required: No
ipProtocol — The name of the IP protocol (TCP, UPD, ICMP) or its number.
Type: String
Required: No
ipRanges — The IP address range.
Type: String
Required: No
toPort — The end of the port range.
Type: Integer
Required: No