Values.StartIdMappingJobInputSourceStarts the IdMappingJob of a workflow. The workflow must have previously been created using the CreateIdMappingWorkflow endpoint.
type nonrec t = {workflowName : EntityNameOrIdMappingWorkflowArn.t;The name of the ID mapping job to be retrieved.
*)outputSourceConfig : IdMappingJobOutputSourceConfig.t option;A list of OutputSource objects.
*)jobType : JobType.t option;The job type for the ID mapping job. If the jobType value is set to INCREMENTAL, only new or changed data is processed since the last job run. This is the default value if the CreateIdMappingWorkflow API is configured with an incrementalRunConfig. If the jobType value is set to BATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if the CreateIdMappingWorkflow API isn't configured with an incrementalRunConfig. If the jobType value is set to DELETE_ONLY, only deletion requests from BatchDeleteUniqueIds are processed.
*)}val make :
?outputSourceConfig:??? ->
?jobType:??? ->
workflowName:EntityNameOrIdMappingWorkflowArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of RoleArn.t ]) list ] list
| `String of EntityNameOrIdMappingWorkflowArn.t ])
list ]