Values.ExperimentStopConditionSourceDescribes the stop condition for an experiment.
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.
*)}