AWS::EntityResolution::MatchingWorkflow InputSource - 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).

AWS::EntityResolution::MatchingWorkflow InputSource

An object containing InputSourceARN, SchemaName, and ApplyNormalization.

Syntax

To declare this entity in your Amazon 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 of PHONE_NUMBER, and the data in the input table is in a format of 1234567890, Amazon 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, and ApplyNormalization.

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