MatchingWorkflowInputSourceArgs

data class MatchingWorkflowInputSourceArgs(val applyNormalization: Output<Boolean>? = null, val inputSourceArn: Output<String>, val schemaArn: Output<String>) : ConvertibleToJava<MatchingWorkflowInputSourceArgs>

Constructors

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

Properties

Link copied to clipboard
val applyNormalization: Output<Boolean>? = null

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
val inputSourceArn: Output<String>

An Glue table ARN for the input source table

Link copied to clipboard
val schemaArn: Output<String>

The name of the schema.

Functions

Link copied to clipboard
open override fun toJava(): MatchingWorkflowInputSourceArgs