Module Values.UpsolverS3OutputFormatConfigSource

The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.

Sourcetype nonrec t = {
  1. fileType : FileType.t option;
    (*

    Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.

    *)
  2. prefixConfig : PrefixConfig.t;
  3. aggregationConfig : AggregationConfig.t option;
}
Sourceval context_ : string
Sourceval make : ?fileType:??? -> ?aggregationConfig:??? -> prefixConfig:PrefixConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `Long of Long.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t