Values.DestinationConfigurationSourceA complex type that describes a location where chat logs will be stored. Each member represents the configuration of one log destination. For logging, you define only one type of destination (for CloudWatch Logs, Kinesis Firehose, or S3).
type nonrec t = {s3 : S3DestinationConfiguration.t option;An Amazon S3 destination configuration where chat activity will be logged.
*)cloudWatchLogs : CloudWatchLogsDestinationConfiguration.t option;An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
*)firehose : FirehoseDestinationConfiguration.t option;An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of BucketName.t ]) list ])
list ]