Values.UpsolverDestinationPropertiesSourceThe properties that are applied when Upsolver is used as a destination.
type nonrec t = {bucketName : UpsolverBucketName.t;The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
*)bucketPrefix : BucketPrefix.t option;The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
*)s3OutputFormatConfig : UpsolverS3OutputFormatConfig.t;The configuration that determines how data is formatted when Upsolver is used as the flow destination.
*)}val make :
?bucketPrefix:??? ->
bucketName:UpsolverBucketName.t ->
s3OutputFormatConfig:UpsolverS3OutputFormatConfig.t ->
unit ->
tval 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 ]