IpPermissionType
The IpPermissionType data type.
Operations that use this data type include:
The following table describes the elements contained in IpPermissionType.
Name | Description |
---|---|
|
IP protocol. Type: xsd:string |
|
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 |
|
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 |
|
List of security group and user ID pairs. Type: ec2:UserIdGroupPairType[] |
|
List of CIDR IP range specifications. Type: xsd:string |