Values.UpsolverS3OutputFormatConfigSourceThe configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.
type nonrec t = {fileType : FileType.t option;Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
*)prefixConfig : PrefixConfig.t;aggregationConfig : AggregationConfig.t option;}val make :
?fileType:??? ->
?aggregationConfig:??? ->
prefixConfig:PrefixConfig.t ->
unit ->
t