Skip to content

/AWS1/CL_ERN=>UPDATEIDMAPPINGWORKFLOW()

About UpdateIdMappingWorkflow

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

Method Signature

IMPORTING

Required arguments:

IV_WORKFLOWNAME TYPE /AWS1/ERNENTITYNAME /AWS1/ERNENTITYNAME

The name of the workflow.

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 access Amazon Web Services resources on your behalf.

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 OutputSource objects, each of which contains fields OutputS3Path and KMSArn.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ERNUPIDMAPWORKFLOWOUT /AWS1/CL_ERNUPIDMAPWORKFLOWOUT