interface ProfileAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_route53profiles.ProfileAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53profiles#ProfileAssociationReference |
![]() | software.amazon.awscdk.services.route53profiles.ProfileAssociationReference |
![]() | aws_cdk.aws_route53profiles.ProfileAssociationReference |
![]() | aws-cdk-lib » aws_route53profiles » ProfileAssociationReference |
A reference to a ProfileAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53profiles as route53profiles } from 'aws-cdk-lib';
const profileAssociationReference: route53profiles.ProfileAssociationReference = {
profileAssociationId: 'profileAssociationId',
};
Properties
Name | Type | Description |
---|---|---|
profile | string | The Id of the ProfileAssociation resource. |
profileAssociationId
Type:
string
The Id of the ProfileAssociation resource.