Id Mapping Workflow Input Source
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)
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.