Values.DataIntegrationFlowTransformationSourceThe DataIntegrationFlow transformation parameters.
type nonrec t = {transformationType : DataIntegrationFlowTransformationType.t;The DataIntegrationFlow transformation type.
*)sqlTransformation : DataIntegrationFlowSQLTransformationConfiguration.t option;The SQL DataIntegrationFlow transformation configuration.
*)}val make :
?sqlTransformation:??? ->
transformationType:DataIntegrationFlowTransformationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of DataIntegrationFlowSQLQuery.t ]) list ])
list ]