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 RuleCondition
An object that defines the ruleCondition
and the ruleName
to
use in a matching workflow.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Condition
-
A statement that specifies the conditions for a matching rule.
If your data is accurate, use an Exact matching function:
Exact
orExactManyToMany
.If your data has variations in spelling or pronunciation, use a Fuzzy matching function:
Cosine
,Levenshtein
, orSoundex
.Use operators if you want to combine (
AND
), separate (OR
), or group matching functions(...)
.For example:
(Cosine(a, 10) AND Exact(b, true)) OR ExactManyToMany(c, d)
Required: No
Type: String
Update requires: No interruption
RuleName
-
A name for the matching rule.
For example:
Rule1
Required: No
Type: String
Pattern:
^[a-zA-Z_0-9- \t]*$
Minimum:
0
Maximum:
255
Update requires: No interruption