IpPermission
In this article:
IpPermission#
Description of an IP permission.
Contents#
description — The rule description.
Type: String
Required: No
fromPort — The start of port range for the TCP and UDP protocols, or an ICMP code. The value of
-1
indicates all ICMP types.Type: Integer
Required: No
groupId — The ID of a security group for which access is granted.
Type: String
Required: No
ipProtocol — The protocol type.
Type: String
Required: No
Valid values: IP protocol name or number (see Protocol Numbers)
ipRanges — The IP address range from which access is permitted.
Type: String
Required: No
securityGroupRuleId — The ID of the security group rule.
Type: String
Required: Yes
toPort — The end of port range for the TCP and UDP protocols, or an ICMP code. The value of
-1
indicates all ICMP codes for the specified ICMP type.Type: Integer
Required: No