Values.WorkerLogDeliveryDescriptionSourceWorkers can send worker logs to different destination types. This configuration specifies the details of these destinations.
type nonrec t = {cloudWatchLogs : CloudWatchLogsLogDeliveryDescription.t option;Details about delivering logs to Amazon CloudWatch Logs.
*)firehose : FirehoseLogDeliveryDescription.t option;Details about delivering logs to Amazon Kinesis Data Firehose.
*)s3 : S3LogDeliveryDescription.t option;Details about delivering logs to Amazon S3.
*)}