AWS::EntityResolution::MatchingWorkflow RuleCondition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 RuleCondition

An object that defines the ruleCondition and the ruleName to use in a matching workflow.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Condition" : String, "RuleName" : String }

YAML

Condition: String RuleName: String

Properties

Condition

A statement that specifies the conditions for a matching rule.

If your data is accurate, use an Exact matching function: Exact or ExactManyToMany.

If your data has variations in spelling or pronunciation, use a Fuzzy matching function: Cosine, Levenshtein, or Soundex.

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