Interface IFlowReference
A reference to a Flow resource.
Namespace: Amazon.CDK.Interfaces.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFlowReference
Syntax (vb)
Public Interface IFlowReference
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.AppFlow;
var flowReference = new FlowReference {
FlowArn = "flowArn",
FlowName = "flowName"
};
Synopsis
Properties
| FlowArn | The ARN of the Flow resource. |
| FlowName | The FlowName of the Flow resource. |
Properties
FlowArn
The ARN of the Flow resource.
string FlowArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
FlowName
The FlowName of the Flow resource.
string FlowName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated