Learn R Programming

paws.analytics (version 0.7.0)

entityresolution_create_id_mapping_workflow: Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run

Description

Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run. Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use the update_id_mapping_workflow API.

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

Usage

entityresolution_create_id_mapping_workflow(
  description = NULL,
  idMappingTechniques,
  inputSourceConfig,
  outputSourceConfig = NULL,
  roleArn = NULL,
  tags = NULL,
  workflowName
)

Arguments

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

outputSourceConfig

A list of IdMappingWorkflowOutputSource objects, each of which contains fields OutputS3Path and Output.

roleArn

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.

tags

The tags used to organize, track, or control access for this resource.

workflowName

[required] The name of the workflow. There can't be multiple IdMappingWorkflows with the same name.