Values.CustomizableMetricParametersSourceDefines the various metric parameters that can be customized, such as threshold and headroom.
type nonrec t = {threshold : CustomizableMetricThreshold.t option;The threshold value used for the specified metric parameter. You can only specify the threshold value for CPU utilization.
*)headroom : CustomizableMetricHeadroom.t option;The headroom value in percentage used for the specified metric parameter. The following lists the valid values for CPU and memory utilization. CPU utilization: PERCENT_30 | PERCENT_20 | PERCENT_0 Memory utilization: PERCENT_30 | PERCENT_20 | PERCENT_10
*)}