TrafficMirrorPortRange
public struct TrafficMirrorPortRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
Declaration
Swift
public let fromPort: Int? -
The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
Declaration
Swift
public let toPort: Int? -
Undocumented
Declaration
Swift
public init(fromPort: Int? = nil, toPort: Int? = nil)
View on GitHub
TrafficMirrorPortRange Structure Reference