OutputSource
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
- output
-
A list of
OutputAttribute
objects, each of which have the fieldsName
andHashed
. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.Type: Array of OutputAttribute objects
Array Members: Minimum number of 0 items. Maximum number of 750 items.
Required: Yes
- outputS3Path
-
The S3 path to which AWS Entity Resolution will write the output table.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
^s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?$
Required: Yes
- applyNormalization
-
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType
ofPHONE_NUMBER
, and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.Type: Boolean
Required: No
- KMSArn
-
Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
Type: String
Pattern:
^arn:aws:kms:.*:[0-9]+:.*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: