AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EntityResolution::IdMappingWorkflow

CfnIdMappingWorkflow

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. > Incremental processing is not supported for ID mapping workflows.

Import

import { CfnIdMappingWorkflow } from 'aws-cdk-lib/aws-entityresolution';

Or use the module namespace:

import * as entityresolution from 'aws-cdk-lib/aws-entityresolution';
// entityresolution.CfnIdMappingWorkflow

Properties

Configuration passed to the constructor as CfnIdMappingWorkflowProps.

idMappingTechniquesRequired
IResolvable | IdMappingTechniquesProperty

An object which defines the ID mapping technique and any additional configurations.

inputSourceConfigRequired
IResolvable | IResolvable | IdMappingWorkflowInputSourceProperty[]

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

roleArnRequired
string

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.

workflowNameRequired
string

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

descriptionOptional
string

A description of the workflow.

idMappingIncrementalRunConfigOptional
IResolvable | IdMappingIncrementalRunConfigProperty
outputSourceConfigOptional
IResolvable | IResolvable | IdMappingWorkflowOutputSourceProperty[]

A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `outputS3Path` and `KMSArn` .

tagsOptional
CfnTag[]

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-entityresolution
CFN TypeAWS::EntityResolution::IdMappingWorkflow
Properties8

External Links