Module Values.PredictiveScalingCustomizedCapacityMetricSource

Describes a customized capacity metric for a predictive scaling policy.

Sourcetype nonrec t = {
  1. metricDataQueries : MetricDataQueries.t;
    (*

    One or more metric data queries to provide the data points for a capacity metric. Use multiple metric data queries only if you are performing a math expression on returned data.

    *)
}
Sourceval context_ : string
Sourceval make : metricDataQueries:MetricDataQueries.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of ReturnData.t | `String of XmlStringMaxLen255.t | `Structure of (string * [> `String of XmlStringMetricStat.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of MetricDimensionName.t ]) list ] list | `String of MetricNamespace.t ]) list ]) list ]) list ] 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