OutputAttribute - AWS Entity Resolution

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.

Contents

name

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

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

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

Required: Yes

hashed

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

Type: Boolean

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: