Interface IPipelineReference
A reference to a Pipeline resource.
Namespace: Amazon.CDK.Interfaces.OSIS
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.OSIS;
var pipelineReference = new PipelineReference {
PipelineArn = "pipelineArn"
};
Synopsis
Properties
| PipelineArn | The PipelineArn of the Pipeline resource. |
Properties
PipelineArn
The PipelineArn of the Pipeline resource.
string PipelineArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated