View source: R/entityresolution_operations.R
entityresolution_update_id_mapping_workflow | R Documentation |
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.
entityresolution_update_id_mapping_workflow(
description = NULL,
idMappingTechniques,
inputSourceConfig,
outputSourceConfig = NULL,
roleArn = NULL,
workflowName
)
description |
A description of the workflow. |
idMappingTechniques |
[required] An object which defines the ID mapping technique and any additional configurations. |
inputSourceConfig |
[required] A list of |
outputSourceConfig |
A list of |
roleArn |
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf. |
workflowName |
[required] The name of the workflow. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.