Values.DataIntegrationFlowDatasetSourceSourceThe details of a flow execution with dataset source.
type nonrec t = {datasetIdentifier : DataIntegrationDatasetArn.t option;The ARN of the dataset source.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DataIntegrationDatasetArn.t ]) list ]