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 InputSource
An object containing inputSourceARN, schemaName, and
applyNormalization.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ApplyNormalization" :Boolean, "InputSourceARN" :String, "SchemaArn" :String}
YAML
ApplyNormalization:BooleanInputSourceARN:StringSchemaArn:String
Properties
ApplyNormalization-
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeTypeofPHONE_NUMBER, and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.Required: No
Type: Boolean
Update requires: No interruption
InputSourceARN-
An object containing
inputSourceARN,schemaName, andapplyNormalization.Required: Yes
Type: String
Pattern:
arn:(aws|aws-us-gov|aws-cn):.*:.*:[0-9]+:.*$Update requires: No interruption
SchemaArn-
The name of the schema.
Required: Yes
Type: String
Pattern:
^arn:(aws|aws-us-gov|aws-cn):entityresolution:.*:[0-9]+:(schemamapping/.*)$Update requires: No interruption