v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438244196.2 KB

Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run. Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.

Incremental processing is not supported for ID mapping workflows.

post/idmappingworkflows

Request body

workflowNamestring required

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

descriptionstring

A description of the workflow.

roleArnstring

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>IDMappingWorkflow</code>.

descriptionstring

A description of the workflow.

roleArnstring

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.