Class: Aws::Route53GlobalResolver::Types::GetFirewallRuleOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list, or a threat in a DNS Firewall Advanced rule.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#block_override_dns_typeString

The DNS record's type. This determines the format of the record value that you provided in BlockOverrideDomain. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#block_override_domainString

The custom DNS record to send back in response to the query. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#block_override_ttlInteger

The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

Returns:

  • (Integer)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#block_responseString

The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#confidence_thresholdString

The confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time and date the DNS Firewall rule was created.

Returns:

  • (Time)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the DNS Firewall rule.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dns_advanced_protectionString

The type of the DNS Firewall Advanced rule. Valid values are DGA and DNS_TUNNELING.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dns_view_idString

The DNS view ID the DNS Firewall is associated with.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_domain_list_idString

The ID of a DNS Firewall domain list.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the DNS Firewall rule.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the DNS Firewall rule.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.

Returns:

  • (Integer)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#query_typeString

The DNS query type you want the rule to evaluate.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The operational status of the DNS Firewall rule.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the DNS Firewall rule was updated.

Returns:

  • (Time)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2863

class GetFirewallRuleOutput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :created_at,
  :description,
  :dns_advanced_protection,
  :firewall_domain_list_id,
  :id,
  :name,
  :priority,
  :dns_view_id,
  :query_type,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end