Module Values.LogDestinationSource

The location where SimSpace Weaver sends simulation log data.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?cloudWatchLogsLogGroup:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of LogGroupArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t