Class: Aws::NetworkFirewall::Types::ProxyRulesByRequestPhase

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

Overview

Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#post_responseArray<Types::ProxyRule>

After receiving response.

Returns:



6238
6239
6240
6241
6242
6243
6244
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6238

class ProxyRulesByRequestPhase < Struct.new(
  :pre_dns,
  :pre_request,
  :post_response)
  SENSITIVE = []
  include Aws::Structure
end

#pre_dnsArray<Types::ProxyRule>

Before domain resolution.

Returns:



6238
6239
6240
6241
6242
6243
6244
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6238

class ProxyRulesByRequestPhase < Struct.new(
  :pre_dns,
  :pre_request,
  :post_response)
  SENSITIVE = []
  include Aws::Structure
end

#pre_requestArray<Types::ProxyRule>

After DNS, before request.

Returns:



6238
6239
6240
6241
6242
6243
6244
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6238

class ProxyRulesByRequestPhase < Struct.new(
  :pre_dns,
  :pre_request,
  :post_response)
  SENSITIVE = []
  include Aws::Structure
end