createIdMappingWorkflow
abstract suspend fun createIdMappingWorkflow(input: CreateIdMappingWorkflowRequest): CreateIdMappingWorkflowResponse
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.