Values.CreateExperimentTemplateStopConditionInputSourceSpecifies a stop condition for an experiment template.
type nonrec t = {source : StopConditionSource.t;The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.
*)value : StopConditionValue.t option;The Amazon Resource Name (ARN) of the CloudWatch alarm. This is required if the source is a CloudWatch alarm.
*)}