IpPermissionType
The IpPermissionType data type.
Ancestors
Relevant Operations
-
AuthorizeSecurityGroupIngress
-
DescribeSecurityGroups
-
RevokeSecurityGroupIngress
Contents
The following table describes the elements contained in IpPermissionType.
Name | Description |
---|---|
|
Start of port range for the TCP and UDP protocols, or an ICMP type number. An ICMP type number of -1 indicates a wildcard (i.e., any ICMP type number). Type: xsd:Int |
|
List of security group and user ID pairs. Type: UserIdGroupPairSetType |
|
For the ICMP protocol, the ICMP type and code must be specified. This must be specified in the format type:code where both are integers. Type, code, or both can be specified as -1, which is a wildcard. Type: xsd:string |
|
IP protocol. Type: xsd:string |
|
IP ranges. Type: IpRangeSetType |
|
For the TCP or UDP protocols, this specifies the range of ports to allow. Type: xsd:string |
|
End of port range for the TCP and UDP protocols, or an ICMP code. An ICMP code of -1 indicates a wildcard (i.e., any ICMP code). Type: xsd:Int |