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:
Boolean
InputSourceARN:String
SchemaArn:String
Properties
ApplyNormalization
-
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType
ofPHONE_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