AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53GlobalResolver::AccessToken

Route53GlobalResolver AccessToken

Resource schema for AWS::Route53GlobalResolver::AccessToken

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
DnsViewId
string
RequiredCreate-only
ClientToken
string
Create-onlyWrite-only
ExpiresAt
string
Create-only
Name
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
AccessTokenIdstring-
Arnstring-
CreatedAtstring-
GlobalResolverIdstring-
Statusstring-
UpdatedAtstring-
Valuestring-

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::AccessToken

Resources:
  MyResource:
    Type: AWS::Route53GlobalResolver::AccessToken
    Properties:
      DnsViewId: "my-dnsviewid"
      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:CreateAccessTokenroute53globalresolver:GetAccessTokenroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResource

read

route53globalresolver:GetAccessTokenroute53globalresolver:ListTagsForResource

update

route53globalresolver:UpdateAccessTokenroute53globalresolver:GetAccessTokenroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResource

delete

route53globalresolver:DeleteAccessTokenroute53globalresolver:GetAccessToken

list

route53globalresolver:ListAccessTokens

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
Required1
TaggingSupported
Primary IDAccessTokenId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DnsViewIdExpiresAtClientToken

External Links