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:
JSON
{ "EnableRealTimeMatching" :Boolean, "ProviderProperties" :ProviderProperties, "ResolutionType" :String, "RuleBasedProperties" :RuleBasedProperties, "RuleConditionProperties" :RuleConditionProperties}
YAML
EnableRealTimeMatching:BooleanProviderProperties:ProviderPropertiesResolutionType:StringRuleBasedProperties:RuleBasedPropertiesRuleConditionProperties:RuleConditionProperties
Properties
EnableRealTimeMatching-
Specifies whether real-time matching is enabled for the rule-based matching workflow. When you enable real-time matching, you can use the
GenerateMatchIdoperation with the workflow.Required: No
Type: Boolean
Update requires: Replacement
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 | PROVIDERUpdate 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
rulesfor a matching workflow.Required: No
Type: RuleConditionProperties
Update requires: No interruption