Interface IPipelineReference
A reference to a Pipeline resource.
Namespace: Amazon.CDK.Interfaces.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPipelineReference
Syntax (vb)
Public Interface IPipelineReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.IoTAnalytics;
var pipelineReference = new PipelineReference {
PipelineName = "pipelineName"
};
Synopsis
Properties
| PipelineName | The PipelineName of the Pipeline resource. |
Properties
PipelineName
The PipelineName of the Pipeline resource.
string PipelineName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated