Module Values.S3DestinationPropertiesSource

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

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

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

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

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

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