AWS::EntityResolution::MatchingWorkflow RuleCondition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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