Module Values.UtilizationPreferenceSource

The preference to control the resource’s CPU utilization threshold, CPU utilization headroom, and memory utilization headroom. This preference is only available for the Amazon EC2 instance resource type.

Sourcetype nonrec t = {
  1. metricName : CustomizableMetricName.t option;
    (*

    The name of the resource utilization metric name to customize.

    *)
  2. metricParameters : CustomizableMetricParameters.t option;
    (*

    The parameters to set when customizing the resource utilization thresholds.

    *)
}
Sourceval make : ?metricName:??? -> ?metricParameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t