StaleIpPermission
public struct StaleIpPermission : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let fromPort: Int?
-
The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).
Declaration
Swift
public let ipProtocol: String?
-
The IP ranges. Not applicable for stale security group rules.
Declaration
Swift
public let ipRanges: [String]?
-
The prefix list IDs. Not applicable for stale security group rules.
Declaration
Swift
public let prefixListIds: [String]?
-
The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.
Declaration
Swift
public let toPort: Int?
-
The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.
Declaration
Swift
public let userIdGroupPairs: [UserIdGroupPair]?
-
Undocumented
Declaration
Swift
public init(fromPort: Int? = nil, ipProtocol: String? = nil, ipRanges: [String]? = nil, prefixListIds: [String]? = nil, toPort: Int? = nil, userIdGroupPairs: [UserIdGroupPair]? = nil)