interface SegmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.SegmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#SegmentReference |
![]() | software.amazon.awscdk.services.pinpoint.SegmentReference |
![]() | aws_cdk.aws_pinpoint.SegmentReference |
![]() | aws-cdk-lib » aws_pinpoint » SegmentReference |
A reference to a Segment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const segmentReference: pinpoint.SegmentReference = {
segmentArn: 'segmentArn',
segmentId: 'segmentId',
};
Properties
Name | Type | Description |
---|---|---|
segment | string | The ARN of the Segment resource. |
segment | string | The SegmentId of the Segment resource. |
segmentArn
Type:
string
The ARN of the Segment resource.
segmentId
Type:
string
The SegmentId of the Segment resource.