Values.DestinationSourceContains information about an audit log destination.
type nonrec t = {s3Bucket : S3Bucket.t option;Contains information about an Amazon S3 bucket.
*)firehoseStream : FirehoseStream.t option;Contains information about an Amazon Kinesis Data Firehose delivery stream.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of String63.t ]) list ])
list ]