AWS::EntityResolution::MatchingWorkflow ResolutionTechniques - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EntityResolution::MatchingWorkflow ResolutionTechniques

An object which defines the resolutionType and the ruleBasedProperties.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

ProviderProperties

The properties of the provider service.

Required: No

Type: ProviderProperties

Update requires: No interruption

ResolutionType

The type of matching workflow to create. Specify one of the following types:

  • RULE_MATCHING: Match records using configurable rule-based criteria

  • ML_MATCHING: Match records using machine learning models

  • PROVIDER: Match records using a third-party matching provider

Required: No

Type: String

Allowed values: RULE_MATCHING | ML_MATCHING | PROVIDER

Update requires: No interruption

RuleBasedProperties

An object which defines the list of matching rules to run and has a field rules, which is a list of rule objects.

Required: No

Type: RuleBasedProperties

Update requires: No interruption

RuleConditionProperties

An object containing the rules for a matching workflow.

Required: No

Type: RuleConditionProperties

Update requires: No interruption