AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53Profiles::ProfileAssociation

CfnProfileAssociation

An association between a Route 53 Profile and a VPC.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnProfileAssociationProps.

nameRequired
string

Name of the Profile association.

profileIdRequired
string

ID of the Profile. Update to this property requires update to the `ResourceId` property as well, because you can only associate one Profile per VPC. For more information, see [Route 53 Profiles](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/profiles.html) .

resourceIdRequired
string

The ID of the VPC.

arnOptional
string

The Amazon Resource Name (ARN) of the profile association to a VPC.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

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::ProfileAssociation
Properties5

External Links