Module Values.RDSDatabaseRecommendedOptionProjectedMetricSource

Describes the projected metrics of an Amazon Aurora and RDS database recommendation option. To determine the performance difference between your current Amazon Aurora and RDS database and the recommended option, compare the metric data of your service against its projected metric data.

Sourcetype nonrec t = {
  1. recommendedDBInstanceClass : RecommendedDBInstanceClass.t option;
    (*

    The recommended DB instance class for the Amazon Aurora or RDS database.

    *)
  2. rank : Rank.t option;
    (*

    The rank identifier of the Amazon Aurora or RDS DB instance recommendation option.

    *)
  3. projectedMetrics : RDSDatabaseProjectedMetrics.t option;
    (*

    An array of objects that describe the projected metric.

    *)
}
Sourceval make : ?recommendedDBInstanceClass:??? -> ?rank:??? -> ?projectedMetrics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Rank.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Double of MetricValue.t | `Timestamp of Timestamp.t ] list ]) list ] list | `String of RecommendedDBInstanceClass.t ]) 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