interface IPipelineRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.DataPipeline.IPipelineRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatapipeline#IPipelineRef | 
  Java | software.amazon.awscdk.services.datapipeline.IPipelineRef | 
  Python | aws_cdk.aws_datapipeline.IPipelineRef | 
  TypeScript  | aws-cdk-lib » aws_datapipeline » IPipelineRef | 
Implemented by
Cfn
Obtainable from
Cfn.fromPipelineID()
Indicates that this resource can be referenced as a Pipeline.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| pipeline | Pipeline | A reference to a Pipeline resource. | 
node
Type:
Node
The tree node.
pipelineRef
Type:
Pipeline
A reference to a Pipeline resource.

 .NET
 Go
 Java
 Python
 TypeScript