StaleIpPermission
Describes a stale rule in a security group.
Contents
- fromPort
-
The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.
Type: Integer
Required: No
- groups
-
The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.
Type: Array of UserIdGroupPair objects
Required: No
- ipProtocol
-
The IP protocol name (for
tcp,udp, andicmp) or number (see Protocol Numbers). Type: String
Required: No
- ipRanges
-
The IP ranges. Not applicable for stale security group rules.
Type: Array of strings
Required: No
- prefixListIds
-
The prefix list IDs. Not applicable for stale security group rules.
Type: Array of strings
Required: No
- toPort
-
The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of
-1indicates all ICMP types.Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: