Values.LogLocationSourceThe log location for a task, specifying where task execution logs are stored.
type nonrec t = {logType : LogType.t option;The type of log storage. Currently, only CLOUDWATCH is supported.
*)cloudWatchLog : CloudWatchLog.t option;The CloudWatch Logs location for the task logs.
*)}