AWS::Route53Profiles::ProfileResourceAssociationThe association between a Route 53 Profile and resources.
import { CfnProfileResourceAssociation } from 'aws-cdk-lib/aws-route53profiles';Or use the module namespace:
import * as route53profiles from 'aws-cdk-lib/aws-route53profiles';
// route53profiles.CfnProfileResourceAssociationConfiguration passed to the constructor as CfnProfileResourceAssociationProps.
nameRequiredstringName of the Profile resource association.
profileIdRequiredstringProfile ID of the Profile that the resources are associated with.
resourceArnRequiredstringThe Amazon Resource Name (ARN) of the resource association.
resourcePropertiesOptionalstringIf the DNS resource is a DNS Firewall rule group, this indicates the priority.
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::ProfileResourceAssociation