Values.ExportDestinationSourceAn object that contains details about the destination of the export job.
type nonrec t = {dataFormat : DataFormat.t;The data format of the final export job file, can be one of the following: CSV - A comma-separated values file. JSON - A Json file.
*)s3Url : S3Url.t option;An Amazon S3 pre-signed URL that points to the generated export file.
*)}