IdMappingWorkflowInputSource

data class IdMappingWorkflowInputSource(val inputSourceArn: String, val schemaArn: String? = null, val type: IdMappingWorkflowInputSourceType? = null)

Constructors

Link copied to clipboard
constructor(inputSourceArn: String, schemaArn: String? = null, type: IdMappingWorkflowInputSourceType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An Glue table ARN for the input source table, MatchingWorkflow arn or IdNamespace ARN

Link copied to clipboard
val schemaArn: String? = null

The ARN (Amazon Resource Name) that AWS Entity Resolution generated for the SchemaMapping .

Link copied to clipboard

The type of ID namespace. There are two types: SOURCE and TARGET . The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId which all sourceIds will resolve to.