Updates an existing matching workflow
Source:R/entityresolution_operations.R
entityresolution_update_matching_workflow.RdUpdates an existing matching workflow. The workflow must already exist for this operation to succeed.
See https://www.paws-r-sdk.com/docs/entityresolution_update_matching_workflow/ for full documentation.
Usage
entityresolution_update_matching_workflow(
workflowName,
description = NULL,
inputSourceConfig,
outputSourceConfig,
resolutionTechniques,
incrementalRunConfig = NULL,
roleArn
)Arguments
- workflowName
[required] The name of the workflow to be retrieved.
- 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.