Class: Aws::Route53GlobalResolver::Types::UpdateFirewallRuleOutput

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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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 Firewall rule was created.

Returns:

  • (Time)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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 Firewall rule.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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 ID of the DNS view the Firewall rule is associated with.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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 the domain list associated with the Firewall rule.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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

The ID of the Firewall rule.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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 Firewall rule.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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 firewall rule.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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 time and date the rule was updated.

Returns:

  • (Time)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4273

class UpdateFirewallRuleOutput < 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