interface MatchingWorkflowReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EntityResolution.MatchingWorkflowReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsentityresolution#MatchingWorkflowReference |
Java | software.amazon.awscdk.interfaces.entityresolution.MatchingWorkflowReference |
Python | aws_cdk.interfaces.aws_entityresolution.MatchingWorkflowReference |
TypeScript | aws-cdk-lib » interfaces » aws_entityresolution » MatchingWorkflowReference |
A reference to a MatchingWorkflow resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_entityresolution as interfaces_entityresolution } from 'aws-cdk-lib/interfaces';
const matchingWorkflowReference: interfaces_entityresolution.MatchingWorkflowReference = {
workflowName: 'workflowName',
};
Properties
| Name | Type | Description |
|---|---|---|
| workflow | string | The WorkflowName of the MatchingWorkflow resource. |
workflowName
Type:
string
The WorkflowName of the MatchingWorkflow resource.

.NET
Go
Java
Python
TypeScript