The IpPermissionType data type.
Operations that use this data type include:
The following table describes and shows the elements contained in IpPermissionType.
| Member | Description | Type |
|---|---|---|
ipProtocol
| IP Protocol. | xsd:string |
fromPort
| 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). | xsd:int |
toPort
| 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). | xsd:int |
groups
| List of security group and user ID pairs. |
ec2:UserIdGroupPairType[]
|
ipRanges
| List of CIDR IP range specifications. | xsd:string[] |