AWS::Route53Profiles::ProfileAssociationAn association between a Route 53 Profile and a VPC.
import { CfnProfileAssociation } from 'aws-cdk-lib/aws-route53profiles';Or use the module namespace:
import * as route53profiles from 'aws-cdk-lib/aws-route53profiles';
// route53profiles.CfnProfileAssociationConfiguration passed to the constructor as CfnProfileAssociationProps.
nameRequiredstringName of the Profile association.
profileIdRequiredstringID 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) .
resourceIdRequiredstringThe ID of the VPC.
arnOptionalstringThe Amazon Resource Name (ARN) of the profile association to a VPC.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-route53profilesAWS::Route53Profiles::ProfileAssociation