AWS::EntityResolution::MatchingWorkflow OutputAttribute - AWS CloudFormation

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