Module Values.UpsolverDestinationPropertiesSource

The properties that are applied when Upsolver is used as a destination.

Sourcetype nonrec t = {
  1. bucketName : UpsolverBucketName.t;
    (*

    The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

    *)
  2. bucketPrefix : BucketPrefix.t option;
    (*

    The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.

    *)
  3. s3OutputFormatConfig : UpsolverS3OutputFormatConfig.t;
    (*

    The configuration that determines how data is formatted when Upsolver is used as the flow destination.

    *)
}
Sourceval context_ : string
Sourceval make : ?bucketPrefix:??? -> bucketName:UpsolverBucketName.t -> s3OutputFormatConfig:UpsolverS3OutputFormatConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UpsolverBucketName.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 ]) 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