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