Module Values.ExperimentCloudWatchLogsLogConfigurationSource

Describes the configuration for experiment logging to Amazon CloudWatch Logs.

Sourcetype nonrec t = {
  1. logGroupArn : CloudWatchLogGroupArn.t option;
    (*

    The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

    *)
}
Sourceval make : ?logGroupArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CloudWatchLogGroupArn.t ]) 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