AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53Resolver::FirewallDomainList

Route53Resolver FirewallDomainList

Resource schema for AWS::Route53Resolver::FirewallDomainList.

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DomainFileUrl
string
Write-only
Domains
array
Write-only
Name
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringArn
CreationTimestringRfc3339TimeString
CreatorRequestIdstringThe id of the creator request.
DomainCountintegerCount
IdstringResourceId
ManagedOwnerNamestringServicePrincipal
ModificationTimestringRfc3339TimeString
StatusstringResolverFirewallDomainList, possible values are COMPLETE, DELETING, UPDATING, COMPLETE_IMPORT_FAILED, IMPORTING, and INACTIVE_OWNER_ACCOUNT_CLOSED.
StatusMessagestringFirewallDomainListAssociationStatus

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53Resolver::FirewallDomainList

Resources:
  MyResource:
    Type: AWS::Route53Resolver::FirewallDomainList
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

route53resolver:CreateFirewallDomainListroute53resolver:GetFirewallDomainListroute53resolver:ImportFirewallDomainsroute53resolver:UpdateFirewallDomainsroute53resolver:TagResourceroute53resolver:ListTagsForResource

list

route53resolver:ListFirewallDomainListsroute53resolver:ListTagsForResource

read

route53resolver:GetFirewallDomainListroute53resolver:ListTagsForResource

delete

route53resolver:GetFirewallDomainListroute53resolver:DeleteFirewallDomainListroute53resolver:UntagResourceroute53resolver:ListTagsForResource

update

route53resolver:GetFirewallDomainListroute53resolver:ImportFirewallDomainsroute53resolver:UpdateFirewallDomainsroute53resolver:TagResourceroute53resolver:UntagResourceroute53resolver:ListTagsForResource

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

ServiceRoute53Resolver
Properties13
Required0
TaggingSupported
Primary IDId

Supported Operations

CreateListReadDeleteUpdate

Immutable After Creation

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

Name

External Links