AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53GlobalResolver::AccessToken

CfnAccessToken

Resource schema for AWS::Route53GlobalResolver::AccessToken.

Import

import { CfnAccessToken } from 'aws-cdk-lib/aws-route53globalresolver';

Or use the module namespace:

import * as route53globalresolver from 'aws-cdk-lib/aws-route53globalresolver';
// route53globalresolver.CfnAccessToken

Properties

Configuration passed to the constructor as CfnAccessTokenProps.

dnsViewIdRequired
string
clientTokenOptional
string
expiresAtOptional
string
nameOptional
string
tagsOptional
CfnTag[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-route53globalresolver
CFN TypeAWS::Route53GlobalResolver::AccessToken
Properties5

External Links