Skip to main content

id_mapping_workflow

Gets an individual id_mapping_workflow resource

Overview

Nameid_mapping_workflow
TypeResource
Descriptionid_mapping_workflow
Idawscc.entityresolution.id_mapping_workflow

Fields

NameDatatypeDescription
workflow_namestringThe name of the IdMappingWorkflow
descriptionstringThe description of the IdMappingWorkflow
input_source_configarray
output_source_configarray
id_mapping_techniquesobject
role_arnstring
tagsarray
workflow_arnstring
created_atstring
updated_atstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workflow_name,
description,
input_source_config,
output_source_config,
id_mapping_techniques,
role_arn,
tags,
workflow_arn,
created_at,
updated_at
FROM awscc.entityresolution.id_mapping_workflow
WHERE data__Identifier = '<WorkflowName>';

Permissions

To operate on the id_mapping_workflow resource, the following permissions are required:

Update

entityresolution:GetIdMappingWorkflow,
entityresolution:UpdateIdMappingWorkflow,
entityresolution:ListTagsForResource,
entityresolution:TagResource,
entityresolution:UntagResource,
iam:PassRole,
kms:CreateGrant,
kms:DescribeKey

Read

entityresolution:GetIdMappingWorkflow,
entityresolution:ListTagsForResource

Delete

entityresolution:DeleteIdMappingWorkflow,
entityresolution:GetIdMappingWorkflow,
entityresolution:UntagResource