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::IdNamespace Rule
An object containing the ruleName and matchingKeys.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MatchingKeys" :[ String, ... ], "RuleName" :String}
YAML
MatchingKeys:- StringRuleName:String
Properties
- MatchingKeys
- 
                    A list of MatchingKeys. TheMatchingKeysmust have been defined in theSchemaMapping. Two records are considered to match according to this rule if all of theMatchingKeysmatch.Required: Yes Type: Array of String Minimum: 1Maximum: 25Update requires: No interruption 
- RuleName
- 
                    A name for the matching rule. Required: Yes Type: String Pattern: ^[a-zA-Z_0-9- \t]*$Minimum: 0Maximum: 255Update requires: No interruption