AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53Profiles::ProfileResourceAssociation

CfnProfileResourceAssociation

The association between a Route 53 Profile and resources.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnProfileResourceAssociationProps.

nameRequired
string

Name of the Profile resource association.

profileIdRequired
string

Profile ID of the Profile that the resources are associated with.

resourceArnRequired
string

The Amazon Resource Name (ARN) of the resource association.

resourcePropertiesOptional
string

If the DNS resource is a DNS Firewall rule group, this indicates the priority.

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::ProfileResourceAssociation
Properties4

Related Constructs

External Links