Values.ExportDestinationConfigurationSourceThe destination configuration for delivering exported email data.
type nonrec t = {s3 : S3ExportDestinationConfiguration.t option;Configuration for delivering to an Amazon S3 bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3Location.t ]) list ])
list ]