This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "ProviderProperties" :ProviderProperties, "ResolutionType" :String, "RuleBasedProperties" :RuleBasedProperties, "RuleConditionProperties" :RuleConditionProperties}
YAML
ProviderProperties:ProviderPropertiesResolutionType:StringRuleBasedProperties:RuleBasedPropertiesRuleConditionProperties:RuleConditionProperties
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 | 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