AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53Profiles::Profile

CfnProfile

A complex type that includes settings for a Route 53 Profile.

Import

import { CfnProfile } from 'aws-cdk-lib/aws-route53profiles';

Or use the module namespace:

import * as route53profiles from 'aws-cdk-lib/aws-route53profiles';
// route53profiles.CfnProfile

Properties

Configuration passed to the constructor as CfnProfileProps.

nameRequired
string

Name of the Profile.

tagsOptional
CfnTag[]

A list of the tag keys and values that you want to associate with the profile.

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-route53profiles
CFN TypeAWS::Route53Profiles::Profile
Properties2

External Links