Class: Aws::Route53GlobalResolver::Types::BatchUpdateFirewallRuleInputItem

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

Overview

Information for updating a firewall rule in a batch operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action to take when a DNS query matches the firewall rule.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#block_override_dns_typeString

The DNS record type for the custom response when the action is BLOCK.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#block_override_domainString

The custom domain name for the BLOCK response.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#block_override_ttlInteger

The TTL value for the custom response when the action is BLOCK.

Returns:

  • (Integer)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#block_responseString

The type of block response to return when the action is BLOCK.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#confidence_thresholdString

The confidence threshold for advanced threat detection.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the firewall rule.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#dns_advanced_protectionString

Whether to enable advanced DNS threat protection for the firewall rule.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_rule_idString

The unique identifier of the firewall rule to update.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the firewall rule.

Returns:

  • (String)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The priority of the firewall rule.

Returns:

  • (Integer)


628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 628

class BatchUpdateFirewallRuleInputItem < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end