Class: Aws::NetworkFirewall::Types::ProxyRule

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

Overview

Individual rules that define match conditions and actions for application-layer traffic. Rules specify what to inspect (domains, headers, methods) and what action to take (allow, deny, alert).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Action to take.

Returns:

  • (String)


6036
6037
6038
6039
6040
6041
6042
6043
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6036

class ProxyRule < Struct.new(
  :proxy_rule_name,
  :description,
  :action,
  :conditions)
  SENSITIVE = []
  include Aws::Structure
end

#conditionsArray<Types::ProxyRuleCondition>

Match criteria that specify what traffic attributes to examine. Conditions include operators (StringEquals, StringLike) and values to match against.

Returns:



6036
6037
6038
6039
6040
6041
6042
6043
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6036

class ProxyRule < Struct.new(
  :proxy_rule_name,
  :description,
  :action,
  :conditions)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the proxy rule.

Returns:

  • (String)


6036
6037
6038
6039
6040
6041
6042
6043
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6036

class ProxyRule < Struct.new(
  :proxy_rule_name,
  :description,
  :action,
  :conditions)
  SENSITIVE = []
  include Aws::Structure
end

#proxy_rule_nameString

The descriptive name of the proxy rule. You can't change the name of a proxy rule after you create it.

Returns:

  • (String)


6036
6037
6038
6039
6040
6041
6042
6043
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6036

class ProxyRule < Struct.new(
  :proxy_rule_name,
  :description,
  :action,
  :conditions)
  SENSITIVE = []
  include Aws::Structure
end