Skip to content

/AWS1/CL_ERN=>CREATEIDMAPPINGWORKFLOW()

About CreateIdMappingWorkflow

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 UpdateIdMappingWorkflow API.

Method Signature

IMPORTING

Required arguments:

IV_WORKFLOWNAME TYPE /AWS1/ERNENTITYNAME /AWS1/ERNENTITYNAME

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

IT_INPUTSOURCECONFIG TYPE /AWS1/CL_ERNIDMAPWORKFLOWINP00=>TT_IDMAPWORKFLOWINPUTSOURCECFG TT_IDMAPWORKFLOWINPUTSOURCECFG

A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

IO_IDMAPPINGTECHNIQUES TYPE REF TO /AWS1/CL_ERNIDMAPTECHNIQUES /AWS1/CL_ERNIDMAPTECHNIQUES

An object which defines the idMappingType and the providerProperties.

IV_ROLEARN TYPE /AWS1/ERNROLEARN /AWS1/ERNROLEARN

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.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/ERNDESCRIPTION /AWS1/ERNDESCRIPTION

A description of the workflow.

IT_OUTPUTSOURCECONFIG TYPE /AWS1/CL_ERNIDMAPWORKFLOWOUT00=>TT_IDMAPWORKFLOWOUTPUTSRCCFG TT_IDMAPWORKFLOWOUTPUTSRCCFG

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

IT_TAGS TYPE /AWS1/CL_ERNTAGMAP_W=>TT_TAGMAP TT_TAGMAP

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ERNCREIDMAPWORKFLOW01 /AWS1/CL_ERNCREIDMAPWORKFLOW01