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