Class: Aws::NetworkFirewall::Types::ProxyConfigDefaultRulePhaseActionsRequest

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.

This data type is used specifically for the CreateProxyConfiguration and UpdateProxyConfiguration APIs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#post_responseString

After receiving response.

Returns:

  • (String)


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_dnsString

Before domain resolution.

Returns:

  • (String)


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_requestString

After DNS, before request.

Returns:

  • (String)


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