AWSEC2PathFilter

Objective-C

@interface AWSEC2PathFilter

Swift

class AWSEC2PathFilter

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) AWSEC2FilterPortRange *_Nullable destinationPortRange;

    Swift

    var destinationPortRange: AWSEC2FilterPortRange? { 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) AWSEC2FilterPortRange *_Nullable sourcePortRange;

    Swift

    var sourcePortRange: AWSEC2FilterPortRange? { get set }