Id Mapping Workflow Input Source Args
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
An Glue table ARN for the input source table, MatchingWorkflow arn or IdNamespace ARN
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.