Values.S3ConfigurationSourceConfiguration for S3 bucket log delivery.
type nonrec t = {bucketName : S3ConfigurationBucketNameString.t;The name of the S3 bucket to deliver logs to.
*)enabled : Boolean.t;Indicates whether log delivery to the S3 bucket is enabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of S3ConfigurationBucketNameString.t ])
list ]