Values.LogDestinationSourceThe location where SimSpace Weaver sends simulation log data.
type nonrec t = {cloudWatchLogsLogGroup : CloudWatchLogsLogGroup.t option;An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of LogGroupArn.t ]) list ])
list ]