Module Values.PredictiveScalingCustomizedMetricSpecificationSource

Represents a CloudWatch metric of your choosing for a predictive scaling policy.

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

    One or more metric data queries to provide data points for a metric specification.

    *)
}
Sourceval context_ : string
Sourceval make : metricDataQueries:PredictiveScalingMetricDataQueries.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of ReturnData.t | `String of Id.t | `Structure of (string * [> `String of XmlString.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of PredictiveScalingMetricDimensionName.t ]) list ] list | `String of PredictiveScalingMetricName.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