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