AWS::EntityResolution::MatchingWorkflowCreates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use `UpdateMatchingWorkflow` . > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
import { CfnMatchingWorkflow } from 'aws-cdk-lib/aws-entityresolution';Or use the module namespace:
import * as entityresolution from 'aws-cdk-lib/aws-entityresolution';
// entityresolution.CfnMatchingWorkflowConfiguration passed to the constructor as CfnMatchingWorkflowProps.
inputSourceConfigRequiredIResolvable | IResolvable | InputSourceProperty[]A list of `InputSource` objects, which have the fields `InputSourceARN` and `SchemaName` .
outputSourceConfigRequiredIResolvable | IResolvable | OutputSourceProperty[]A list of `OutputSource` objects, each of which contains fields `outputS3Path` , `applyNormalization` , `KMSArn` , and `output` .
resolutionTechniquesRequiredIResolvable | ResolutionTechniquesPropertyAn object which defines the `resolutionType` and the `ruleBasedProperties` .
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 `MatchingWorkflows` with the same name.
descriptionOptionalstringA description of the workflow.
incrementalRunConfigOptionalIResolvable | IncrementalRunConfigPropertyOptional. An object that defines the incremental run type. This object contains only the `incrementalRunType` field, which appears as "Automatic" in the console. > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
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::MatchingWorkflow