AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53GlobalResolver::DnsView

Route53GlobalResolver DnsView

Resource schema for AWS::Route53GlobalResolver::DnsView

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
GlobalResolverId
string
RequiredCreate-only
Name
string
Required
ClientToken
string
Create-onlyWrite-only
Description
string
DnssecValidation
string
EdnsClientSubnet
string
FirewallRulesFailOpen
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedAtstring-
DnsViewIdstring-
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::DnsView

Resources:
  MyResource:
    Type: AWS::Route53GlobalResolver::DnsView
    Properties:
      GlobalResolverId: "my-globalresolverid"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

route53globalresolver:CreateDNSViewroute53globalresolver:GetDNSViewroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResource

read

route53globalresolver:GetDNSViewroute53globalresolver:ListTagsForResource

update

route53globalresolver:UpdateDNSViewroute53globalresolver:GetDNSViewroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResource

delete

route53globalresolver:DeleteDNSViewroute53globalresolver:GetDNSView

list

route53globalresolver:ListDNSViews

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
Properties13
Required2
TaggingSupported
Primary IDDnsViewId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

GlobalResolverIdClientToken

External Links