Class: Aws::NetworkFirewall::Types::FlowFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Defines the scope a flow operation. You can use up to 20 filters to configure a single flow operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_addressTypes::Address

A single IP address specification. This is used in the MatchAttributes source and destination specifications.

Returns:



3256
3257
3258
3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3256

class FlowFilter < Struct.new(
  :source_address,
  :destination_address,
  :source_port,
  :destination_port,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end

#destination_portString

The destination port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990:1994. To match with any port, specify ANY.

Returns:

  • (String)


3256
3257
3258
3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3256

class FlowFilter < Struct.new(
  :source_address,
  :destination_address,
  :source_port,
  :destination_port,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end

#protocolsArray<String>

The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol. If not specified, this matches with any protocol.

Returns:

  • (Array<String>)


3256
3257
3258
3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3256

class FlowFilter < Struct.new(
  :source_address,
  :destination_address,
  :source_port,
  :destination_port,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end

#source_addressTypes::Address

A single IP address specification. This is used in the MatchAttributes source and destination specifications.

Returns:



3256
3257
3258
3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3256

class FlowFilter < Struct.new(
  :source_address,
  :destination_address,
  :source_port,
  :destination_port,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end

#source_portString

The source port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990:1994. To match with any port, specify ANY.

Returns:

  • (String)


3256
3257
3258
3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3256

class FlowFilter < Struct.new(
  :source_address,
  :destination_address,
  :source_port,
  :destination_port,
  :protocols)
  SENSITIVE = []
  include Aws::Structure
end