IdMappingWorkflowInputSourceArgs

data class IdMappingWorkflowInputSourceArgs(val inputSourceArn: Output<String>, val schemaArn: Output<String>? = null, val type: Output<IdMappingWorkflowInputSourceType>? = null) : ConvertibleToJava<IdMappingWorkflowInputSourceArgs>

Constructors

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

Properties

Link copied to clipboard
val inputSourceArn: Output<String>

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

Link copied to clipboard
val schemaArn: Output<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.

Functions

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