v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438244196.2 KB

Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use UpdateMatchingWorkflow.

For workflows where resolutionType is ML_MATCHING or PROVIDER, incremental processing is not supported.

post/matchingworkflows

Request body

workflowNamestring required

The name of the workflow. There can't be multiple <code>MatchingWorkflows</code> with the same name.

descriptionstring

A description of the workflow.

roleArnstring required

The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.

tagsobject

The tags used to organize, track, or control access for this resource.

Response

Success

workflowNamestring required

The name of the workflow.

workflowArnstring required

The ARN (Amazon Resource Name) that Entity Resolution generated for the <code>MatchingWorkflow</code>.

descriptionstring

A description of the workflow.

roleArnstring required

The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.