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
}
YAML
ProviderProperties:
ProviderProperties
ResolutionType:String
RuleBasedProperties:RuleBasedProperties
Properties
ProviderProperties
-
The properties of the provider service.
Required: No
Type: ProviderProperties
Update requires: No interruption
ResolutionType
-
The type of matching. There are three types of matching:
RULE_MATCHING
,ML_MATCHING
, andPROVIDER
.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