Values.S3OutputFormatConfigSourceThe configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
type nonrec t = {fileType : FileType.t option;Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
*)prefixConfig : PrefixConfig.t option;Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
*)aggregationConfig : AggregationConfig.t option;preserveSourceDataTyping : JavaBoolean.t option;If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3. true: Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or 1 in your source data is still an integer in your output. false: Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of 1 in your source data becomes the string "1" in the output.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of JavaBoolean.t
| `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Long of Long.t ])
list ])
list ]