This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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 InputFieldname in the schema mapping.Required: Yes Type: String Pattern: ^[a-zA-Z_0-9- \t]*$Minimum: 0Maximum: 255Update requires: No interruption