MatchingWorkflowInputSource

data class MatchingWorkflowInputSource(val applyNormalization: Boolean? = null, val inputSourceArn: String, val schemaArn: String)

Constructors

Link copied to clipboard
constructor(applyNormalization: Boolean? = null, inputSourceArn: String, schemaArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an AttributeType of PHONE_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.

Link copied to clipboard

An Glue table ARN for the input source table

Link copied to clipboard

The name of the schema.