Creates a matching workflow that defines the configuration for a data processing job
Source:R/entityresolution_operations.R
entityresolution_create_matching_workflow.RdCreates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use update_matching_workflow.
See https://www.paws-r-sdk.com/docs/entityresolution_create_matching_workflow/ for full documentation.
Usage
entityresolution_create_matching_workflow(
workflowName,
description = NULL,
inputSourceConfig,
outputSourceConfig,
resolutionTechniques,
incrementalRunConfig = NULL,
roleArn,
tags = NULL
)Arguments
- workflowName
[required] The name of the workflow. There can't be multiple
MatchingWorkflowswith the same name.- description
A description of the workflow.
- inputSourceConfig
[required] A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- outputSourceConfig
[required] A list of
OutputSourceobjects, each of which contains fieldsoutputS3Path,applyNormalization,KMSArn, andoutput.- resolutionTechniques
[required] An object which defines the
resolutionTypeand theruleBasedProperties.- incrementalRunConfig
Optional. An object that defines the incremental run type. This object contains only the
incrementalRunTypefield, which appears as "Automatic" in the console.For workflows where
resolutionTypeisML_MATCHINGorPROVIDER, incremental processing is not supported.- roleArn
[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.
The tags used to organize, track, or control access for this resource.