AWS::EntityResolution::MatchingWorkflow InputSource - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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, 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, 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