interface DomainReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.DomainReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#DomainReference |
![]() | software.amazon.awscdk.services.customerprofiles.DomainReference |
![]() | aws_cdk.aws_customerprofiles.DomainReference |
![]() | aws-cdk-lib » aws_customerprofiles » DomainReference |
A reference to a Domain resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const domainReference: customerprofiles.DomainReference = {
domainName: 'domainName',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainName of the Domain resource. |
domainName
Type:
string
The DomainName of the Domain resource.