Learn R Programming

paws.analytics (version 0.5.0)

entityresolution_update_id_mapping_workflow: Updates an existing IdMappingWorkflow

Description

Updates an existing IdMappingWorkflow. This method is identical to create_id_mapping_workflow, except it uses an HTTP PUT request instead of a POST request, and the IdMappingWorkflow must already exist for the method to succeed.

See https://www.paws-r-sdk.com/docs/entityresolution_update_id_mapping_workflow/ for full documentation.

Usage

entityresolution_update_id_mapping_workflow(
  description = NULL,
  idMappingTechniques,
  inputSourceConfig,
  outputSourceConfig,
  roleArn,
  workflowName
)

Arguments

description

A description of the workflow.

idMappingTechniques

[required] An object which defines the idMappingType and the providerProperties.

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 and KMSArn.

roleArn

[required] The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.

workflowName

[required] The name of the workflow.