AWS::EntityResolution::MatchingWorkflow RuleBasedProperties
An object which defines the list of matching rules to run and has a field
Rules
, which is a list of rule objects.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AttributeMatchingModel" :
String
, "Rules" :[ Rule, ... ]
}
YAML
AttributeMatchingModel:
String
Rules:- Rule
Properties
AttributeMatchingModel
-
The comparison type. You can either choose
ONE_TO_ONE
orMANY_TO_MANY
as the AttributeMatchingModel. When choosingMANY_TO_MANY
, the system can match attributes across the sub-types of an attribute type. For example, if the value of theEmail
field of Profile A and the value ofBusinessEmail
field of Profile B matches, the two profiles are matched on theEmail
type. When choosingONE_TO_ONE
,the system can only match if the sub-types are exact matches. For example, only when the value of theEmail
field of Profile A and the value of theEmail
field of Profile B matches, the two profiles are matched on theEmail
type.Required: Yes
Type: String
Allowed values:
MANY_TO_MANY | ONE_TO_ONE
Update requires: No interruption
Rules
-
A list of
Rule
objects, each of which have fieldsRuleName
andMatchingKeys
.Required: Yes
Type: Array of Rule
Minimum:
1
Maximum:
15
Update requires: No interruption