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