IpPermissionType

The IpPermissionType data type.

Operations that use this data type include:

The following table describes the elements contained in IpPermissionType.

NameDescription

ipProtocol

IP protocol.

Type: 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).

Type: 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).

Type: xsd:int

groups

List of security group and user ID pairs.

Type: ec2:UserIdGroupPairType[]

ipRanges

List of CIDR IP range specifications.

Type: xsd:string