Class: Aws::NetworkFirewall::Types::ProxyConfigDefaultRulePhaseActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyConfigDefaultRulePhaseActionsRequest
- 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.
This data type is used specifically for the CreateProxyConfiguration and UpdateProxyConfiguration APIs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#post_response ⇒ String
After receiving response.
-
#pre_dns ⇒ String
Before domain resolution.
-
#pre_request ⇒ String
After DNS, before request.
Instance Attribute Details
#post_response ⇒ String
After receiving response.
5867 5868 5869 5870 5871 5872 5873 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5867 class ProxyConfigDefaultRulePhaseActionsRequest < Struct.new( :pre_dns, :pre_request, :post_response) SENSITIVE = [] include Aws::Structure end |
#pre_dns ⇒ String
Before domain resolution.
5867 5868 5869 5870 5871 5872 5873 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5867 class ProxyConfigDefaultRulePhaseActionsRequest < Struct.new( :pre_dns, :pre_request, :post_response) SENSITIVE = [] include Aws::Structure end |
#pre_request ⇒ String
After DNS, before request.
5867 5868 5869 5870 5871 5872 5873 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5867 class ProxyConfigDefaultRulePhaseActionsRequest < Struct.new( :pre_dns, :pre_request, :post_response) SENSITIVE = [] include Aws::Structure end |