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