interface IDomainRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.CustomerProfiles.IDomainRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#IDomainRef | 
|  Java | software.amazon.awscdk.services.customerprofiles.IDomainRef | 
|  Python | aws_cdk.aws_customerprofiles.IDomainRef | 
|  TypeScript | aws-cdk-lib»aws_customerprofiles»IDomainRef | 
Implemented by
Cfn
Obtainable from
Cfn.fromDomainName()
Indicates that this resource can be referenced as a Domain.
Properties
| Name | Type | Description | 
|---|---|---|
| domain | Domain | A reference to a Domain resource. | 
| node | Node | The tree node. | 
domainRef
Type:
Domain
A reference to a Domain resource.
node
Type:
Node
The tree node.
