AWSEC2PathRequestFilter
Objective-C
@interface AWSEC2PathRequestFilter
Swift
class AWSEC2PathRequestFilter
Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.
-
The destination IPv4 address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationAddress;
Swift
var destinationAddress: String? { get set }
-
The destination port range.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2RequestFilterPortRange *_Nullable destinationPortRange;
Swift
var destinationPortRange: AWSEC2RequestFilterPortRange? { get set }
-
The source IPv4 address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceAddress;
Swift
var sourceAddress: String? { get set }
-
The source port range.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2RequestFilterPortRange *_Nullable sourcePortRange;
Swift
var sourcePortRange: AWSEC2RequestFilterPortRange? { get set }