interface PipelineReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.PipelineReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#PipelineReference |
![]() | software.amazon.awscdk.services.iotanalytics.PipelineReference |
![]() | aws_cdk.aws_iotanalytics.PipelineReference |
![]() | aws-cdk-lib » aws_iotanalytics » 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_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const pipelineReference: iotanalytics.PipelineReference = {
pipelineName: 'pipelineName',
};
Properties
Name | Type | Description |
---|---|---|
pipeline | string | The PipelineName of the Pipeline resource. |
pipelineName
Type:
string
The PipelineName of the Pipeline resource.