interface ISegmentRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Pinpoint.ISegmentRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#ISegmentRef | 
|  Java | software.amazon.awscdk.services.pinpoint.ISegmentRef | 
|  Python | aws_cdk.aws_pinpoint.ISegmentRef | 
|  TypeScript | aws-cdk-lib»aws_pinpoint»ISegmentRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a Segment.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| segment | Segment | A reference to a Segment resource. | 
node
Type:
Node
The tree node.
segmentRef
Type:
Segment
A reference to a Segment resource.
