Class: Aws::Route53GlobalResolver::Types::UpdateFirewallRuleInput

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)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

class UpdateFirewallRuleInput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :client_token,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  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)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

class UpdateFirewallRuleInput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :client_token,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  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)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

class UpdateFirewallRuleInput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :client_token,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  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)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

class UpdateFirewallRuleInput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :client_token,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  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)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

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

#client_tokenString

A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

class UpdateFirewallRuleInput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :client_token,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  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)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

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

#descriptionString

The description for the Firewall rule.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

class UpdateFirewallRuleInput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :client_token,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  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)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

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

#firewall_rule_idString

The ID of the DNS Firewall rule.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

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

#nameString

The name of the DNS Firewall rule.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

class UpdateFirewallRuleInput < Struct.new(
  :action,
  :block_override_dns_type,
  :block_override_domain,
  :block_override_ttl,
  :block_response,
  :client_token,
  :confidence_threshold,
  :description,
  :dns_advanced_protection,
  :firewall_rule_id,
  :name,
  :priority)
  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)


4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4173

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