Values_1.ThresholdV2SourceContains information about the threshold for service level metrics.
type nonrec t = {comparison : ResourceArnOrId.t option;The type of comparison. Currently, "less than" (LT), "less than equal" (LTE), and "greater than" (GT) comparisons are supported.
*)thresholdValue : ThresholdValue.t option;The threshold value to compare.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of ThresholdValue.t | `String of ResourceArnOrId.t ])
list ]