AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53GlobalResolver::FirewallRule

Route53GlobalResolver FirewallRule

Resource schema for AWS::Route53GlobalResolver::FirewallRule

Properties

14 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Action
string
Required
DnsViewId
string
RequiredCreate-only
Name
string
Required
BlockOverrideDnsType
string
BlockOverrideDomain
string
BlockOverrideTtl
integer
BlockResponse
string
ClientToken
string
Create-onlyWrite-only
ConfidenceThreshold
string
Description
string
DnsAdvancedProtection
string
FirewallDomainListId
string
Create-only
Priority
integer
QType
string
Create-onlyWrite-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
FirewallRuleIdstring-
QueryTypestring-
Statusstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53GlobalResolver::FirewallRule

Resources:
  MyResource:
    Type: AWS::Route53GlobalResolver::FirewallRule
    Properties:
      Action: "value"
      Name: "my-name"
      DnsViewId: "my-dnsviewid"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53globalresolver:CreateFirewallRuleroute53globalresolver:GetFirewallRule

read

route53globalresolver:GetFirewallRule

update

route53globalresolver:UpdateFirewallRuleroute53globalresolver:GetFirewallRule

delete

route53globalresolver:DeleteFirewallRuleroute53globalresolver:GetFirewallRule

list

route53globalresolver:ListFirewallRules

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoute53GlobalResolver
Properties19
Required3
TaggingNot supported
Primary IDFirewallRuleId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DnsViewIdClientTokenFirewallDomainListIdQType

External Links