Updates an existing MatchingWorkflow. This method is identical to create_matching_workflow, except it uses an HTTP PUT request instead of a POST request, and the MatchingWorkflow must already exist for the method to succeed.
See https://www.paws-r-sdk.com/docs/entityresolution_update_matching_workflow/ for full documentation.
entityresolution_update_matching_workflow(
description = NULL,
incrementalRunConfig = NULL,
inputSourceConfig,
outputSourceConfig,
resolutionTechniques,
roleArn,
workflowName
)A description of the workflow.
An object which defines an incremental run type and has only
incrementalRunType as a field.
[required] A list of InputSource objects, which have the fields InputSourceARN
and SchemaName.
[required] A list of OutputSource objects, each of which contains fields
OutputS3Path, ApplyNormalization, and Output.
[required] An object which defines the resolutionType and the
ruleBasedProperties.
[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.
[required] The name of the workflow to be retrieved.