Values.IdMappingWorkflowInputSourceSourceAn object containing inputSourceARN, schemaName, and type.
type nonrec t = {inputSourceARN : InputSourceARN.t;An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
*)schemaName : EntityName.t option;The name of the schema to be retrieved.
*)type_ : IdNamespaceType.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InputSourceARN.t ]) list ]