AWSEC2TrafficMirrorPortRange
Objective-C
@interface AWSEC2TrafficMirrorPortRange
Swift
class AWSEC2TrafficMirrorPortRange
Describes the Traffic Mirror port range.
-
The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable fromPort;
Swift
var fromPort: NSNumber? { get set }
-
The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable toPort;
Swift
var toPort: NSNumber? { get set }