Skip to contents

Updates 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 InputSource objects, which have the fields InputSourceARN and SchemaName.

outputSourceConfig

[required] A list of OutputSource objects, each of which contains fields outputS3Path, applyNormalization, KMSArn, and output.

resolutionTechniques

[required] An object which defines the resolutionType and the ruleBasedProperties.

incrementalRunConfig

Optional. An object that defines the incremental run type. This object contains only the incrementalRunType field, which appears as "Automatic" in the console.

For workflows where resolutionType is ML_MATCHING or PROVIDER, 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.