| Did this page help you? Yes No Tell us about it... |
The IpPermissionType data type.
IpPermissionSetType
AuthorizeSecurityGroupIngress
RevokeSecurityGroupIngress
DescribeSecurityGroups
The following table describes the elements contained in IpPermissionType.
| Name | Description |
|---|---|
|
|
Protocol. When you call Type: xsd:string |
|
|
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 |
|
|
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 |
|
|
A list of security group and AWS account ID pairs. Each pair is wrapped in an
Type: UserIdGroupPairType |
|
|
A list of IP ranges. Each range is wrapped in an Type: IpRangeItemType |