interface MatchingWorkflowReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_entityresolution.MatchingWorkflowReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#MatchingWorkflowReference |
Java | software.amazon.awscdk.services.entityresolution.MatchingWorkflowReference |
Python | aws_cdk.aws_entityresolution.MatchingWorkflowReference |
TypeScript | aws-cdk-lib » 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 entityresolution } from 'aws-cdk-lib';
const matchingWorkflowReference: 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