Values.ExperimentTemplateCloudWatchLogsLogConfigurationInputSourceSpecifies the configuration for experiment logging to Amazon CloudWatch Logs.
type nonrec t = {logGroupArn : CloudWatchLogGroupArn.t;The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of CloudWatchLogGroupArn.t ]) list ]