interface PipelineReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoTSiteWise.PipelineReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiotsitewise#PipelineReference |
Java | software.amazon.awscdk.interfaces.iotsitewise.PipelineReference |
Python | aws_cdk.interfaces.aws_iotsitewise.PipelineReference |
TypeScript | aws-cdk-lib » interfaces » aws_iotsitewise » PipelineReference |
A reference to a Pipeline resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as interfaces_iotsitewise } from 'aws-cdk-lib/interfaces';
const pipelineReference: interfaces_iotsitewise.PipelineReference = {
pipelineArn: 'pipelineArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| pipeline | string | The PipelineArn of the Pipeline resource. |
pipelineArn
Type:
string
The PipelineArn of the Pipeline resource.

.NET
Go
Java
Python
TypeScript