Class: Aws::NetworkFirewall::Types::ProxyRuleCondition

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

Overview

Match criteria that specify what traffic attributes to examine.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#condition_keyString

Defines what is to be matched.

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
6067
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6061

class ProxyRuleCondition < Struct.new(
  :condition_operator,
  :condition_key,
  :condition_values)
  SENSITIVE = []
  include Aws::Structure
end

#condition_operatorString

Defines how to perform a match.

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
6067
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6061

class ProxyRuleCondition < Struct.new(
  :condition_operator,
  :condition_key,
  :condition_values)
  SENSITIVE = []
  include Aws::Structure
end

#condition_valuesArray<String>

Specifes the exact value that needs to be matched against.

Returns:

  • (Array<String>)


6061
6062
6063
6064
6065
6066
6067
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6061

class ProxyRuleCondition < Struct.new(
  :condition_operator,
  :condition_key,
  :condition_values)
  SENSITIVE = []
  include Aws::Structure
end