Class MatchingWorkflowReference
A reference to a MatchingWorkflow resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.EntityResolution
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MatchingWorkflowReference : IMatchingWorkflowReference
Syntax (vb)
Public Class MatchingWorkflowReference Implements 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
Constructors
| MatchingWorkflowReference() | A reference to a MatchingWorkflow resource. |
Properties
| WorkflowName | The WorkflowName of the MatchingWorkflow resource. |
Constructors
MatchingWorkflowReference()
A reference to a MatchingWorkflow resource.
public MatchingWorkflowReference()
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"
};
Properties
WorkflowName
The WorkflowName of the MatchingWorkflow resource.
public string WorkflowName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated