Values.DataIntegrationFlowExecutionSourceInfoSourceThe source information of a flow execution.
type nonrec t = {sourceType : DataIntegrationFlowSourceType.t option;The data integration flow execution source type.
*)s3Source : DataIntegrationFlowS3Source.t option;The source details of a flow execution with S3 source.
*)datasetSource : DataIntegrationFlowDatasetSource.t option;The source details of a flow execution with dataset source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]