Class: Aws::NetworkFirewall::Types::ProxyRulesByRequestPhase
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyRulesByRequestPhase
- 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
-
#post_response ⇒ Array<Types::ProxyRule>
After receiving response.
-
#pre_dns ⇒ Array<Types::ProxyRule>
Before domain resolution.
-
#pre_request ⇒ Array<Types::ProxyRule>
After DNS, before request.
Instance Attribute Details
#post_response ⇒ Array<Types::ProxyRule>
After receiving response.
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_dns ⇒ Array<Types::ProxyRule>
Before domain resolution.
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_request ⇒ Array<Types::ProxyRule>
After DNS, before request.
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 |