Values.S3LoggingConfigurationSourceConfiguration settings for delivering logs to Amazon S3 buckets.
type nonrec t = {enabled : BoxedBoolean.t;Enables S3 log delivery.
*)kmsKey : KmsKey.t option;The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
*)logLocation : S3OutputLocation.t option;The Amazon S3 destination URI for log publishing.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `String of KmsKey.t ]) list ]