Interface IMatchingWorkflowReference
A reference to a MatchingWorkflow resource.
Namespace: Amazon.CDK.Interfaces.EntityResolution
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMatchingWorkflowReference
Syntax (vb)
Public Interface IMatchingWorkflowReference
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.EntityResolution;
var matchingWorkflowReference = new MatchingWorkflowReference {
WorkflowName = "workflowName"
};
Synopsis
Properties
| WorkflowName | The WorkflowName of the MatchingWorkflow resource. |
Properties
WorkflowName
The WorkflowName of the MatchingWorkflow resource.
string WorkflowName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated