AWS::EntityResolution::MatchingWorkflow OutputAttribute - 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 OutputAttribute

A list of OutputAttribute objects, each of which have the fields Name and Hashed. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Hashed" : Boolean, "Name" : String }

YAML

Hashed: Boolean Name: String

Properties

Hashed

Enables the ability to hash the column values in the output.

Required: No

Type: Boolean

Update requires: No interruption

Name

A name of a column to be written to the output. This must be an InputField name in the schema mapping.

Required: Yes

Type: String

Pattern: ^[a-zA-Z_0-9- \t]*$

Minimum: 0

Maximum: 255

Update requires: No interruption