Values.ExperimentTemplateStopConditionSourceDescribes a stop condition for an experiment template.
type nonrec t = {source : StopConditionSource.t option;The source for the stop condition.
*)value : StopConditionValue.t option;The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
*)}