| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The IpPermissionType data type.
IpPermissionSetType
AuthorizeSecurityGroupIngress
RevokeSecurityGroupIngress
DescribeSecurityGroups
ipProtocolThe protocol.
When you call DescribeSecurityGroups, the protocol value
returned is the number. Exception: For TCP, UDP, and ICMP, the
value returned is the name (e.g., tcp,
udp, or icmp). For a list of
protocol numbers, see Protocol Numbers.
Type: String
fromPortThe start of port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.
Type: Integer
toPortThe end of port range for the TCP and UDP protocols, or an ICMP code. A value of -1 indicates all ICMP codes for the given ICMP type.
Type: Integer
groupsA list of security group and AWS account ID pairs. Each pair is wrapped in an
item element.
Type: UserIdGroupPairType
ipRangesA list of IP ranges. Each range is wrapped in an item
element.
Type: IpRangeItemType