AWS::EntityResolution::MatchingWorkflow InputSource - AWS CloudFormation (original) (raw)

An object containing InputSourceARN, SchemaName, andApplyNormalization.

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 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, 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

IncrementalRunConfig

IntermediateSourceConfiguration

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.