interface ProfileAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_route53profiles.ProfileAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53profiles#ProfileAssociationReference |
Java | software.amazon.awscdk.services.route53profiles.ProfileAssociationReference |
Python | aws_cdk.aws_route53profiles.ProfileAssociationReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript