interface IntegrationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.IntegrationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#IntegrationReference |
![]() | software.amazon.awscdk.services.customerprofiles.IntegrationReference |
![]() | aws_cdk.aws_customerprofiles.IntegrationReference |
![]() | aws-cdk-lib » aws_customerprofiles » IntegrationReference |
A reference to a Integration 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 integrationReference: customerprofiles.IntegrationReference = {
domainName: 'domainName',
uri: 'uri',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainName of the Integration resource. |
uri | string | The Uri of the Integration resource. |
domainName
Type:
string
The DomainName of the Integration resource.
uri
Type:
string
The Uri of the Integration resource.