AWS::EntityResolution::IdMappingWorkflowCreates 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 { CfnIdMappingWorkflow } from 'aws-cdk-lib/aws-entityresolution';Or use the module namespace:
import * as entityresolution from 'aws-cdk-lib/aws-entityresolution';
// entityresolution.CfnIdMappingWorkflowConfiguration passed to the constructor as CfnIdMappingWorkflowProps.
idMappingTechniquesRequiredIResolvable | IdMappingTechniquesPropertyAn object which defines the ID mapping technique and any additional configurations.
inputSourceConfigRequiredIResolvable | IResolvable | IdMappingWorkflowInputSourceProperty[]A list of `InputSource` objects, which have the fields `InputSourceARN` and `SchemaName` .
roleArnRequiredstringThe 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.
workflowNameRequiredstringThe name of the workflow. There can't be multiple `IdMappingWorkflows` with the same name.
descriptionOptionalstringA description of the workflow.
idMappingIncrementalRunConfigOptionalIResolvable | IdMappingIncrementalRunConfigPropertyoutputSourceConfigOptionalIResolvable | IResolvable | IdMappingWorkflowOutputSourceProperty[]A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `outputS3Path` and `KMSArn` .
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-entityresolutionAWS::EntityResolution::IdMappingWorkflow