AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53GlobalResolver::AccessSource

Route53GlobalResolver AccessSource

Resource schema for AWS::Route53GlobalResolver::AccessSource

Properties

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

Filter:
PropertyTypeFlags
Cidr
string
Required
DnsViewId
string
RequiredCreate-only
Protocol
string
Required
ClientToken
string
Create-onlyWrite-only
IpAddressType
string
Name
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
AccessSourceIdstring-
Arnstring-
CreatedAtstring-
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::AccessSource

Resources:
  MyResource:
    Type: AWS::Route53GlobalResolver::AccessSource
    Properties:
      Cidr: "my-cidr"
      DnsViewId: "my-dnsviewid"
      Protocol: "value"
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

route53globalresolver:CreateAccessSourceroute53globalresolver:GetAccessSourceroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResource

read

route53globalresolver:GetAccessSourceroute53globalresolver:ListTagsForResource

update

route53globalresolver:UpdateAccessSourceroute53globalresolver:GetAccessSourceroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResource

delete

route53globalresolver:DeleteAccessSourceroute53globalresolver:GetAccessSource

list

route53globalresolver:ListAccessSources

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
Properties12
Required3
TaggingSupported
Primary IDAccessSourceId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DnsViewIdClientToken

External Links