AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53GlobalResolver::GlobalResolver

Route53GlobalResolver GlobalResolver

Resource schema for AWS::Route53GlobalResolver::GlobalResolver

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
Regions
Array<string>
Required
ClientToken
string
Create-onlyWrite-only
Description
string
IpAddressType
string
ObservabilityRegion
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedAtstring-
DnsNamestring-
GlobalResolverIdstring-
IPv4AddressesArray<string>-
IPv6AddressesArray<string>-
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::GlobalResolver

Resources:
  MyResource:
    Type: AWS::Route53GlobalResolver::GlobalResolver
    Properties:
      Name: "my-name"
      Regions: []
      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:CreateGlobalResolverroute53globalresolver:GetGlobalResolverroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResourceroute53globalresolver:TagResource

read

route53globalresolver:GetGlobalResolverroute53globalresolver:ListTagsForResource

update

route53globalresolver:UpdateGlobalResolverroute53globalresolver:GetGlobalResolverroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResource

delete

route53globalresolver:DeleteGlobalResolverroute53globalresolver:GetGlobalResolver

list

route53globalresolver:ListGlobalResolvers

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
Properties15
Required2
TaggingSupported
Primary IDGlobalResolverId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ClientToken

External Links