Values.RDSDBInstanceRecommendationOptionSourceDescribes the recommendation options for a DB instance.
type nonrec t = {dbInstanceClass : DBInstanceClass.t option;Describes the DB instance class recommendation option for your Amazon Aurora or RDS database.
*)projectedUtilizationMetrics : RDSDBProjectedUtilizationMetrics.t option;An array of objects that describe the projected utilization metrics of the DB instance recommendation option.
*)performanceRisk : PerformanceRisk.t option;The performance risk of the DB instance recommendation option.
*)rank : Rank.t option;The rank identifier of the DB instance recommendation option.
*)savingsOpportunity : SavingsOpportunity.t option;savingsOpportunityAfterDiscounts : RDSInstanceSavingsOpportunityAfterDiscounts.t
option;Describes the savings opportunity for Amazon Aurora and RDS database recommendations or for the recommendation option. Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts. You can achieve this by implementing a given Compute Optimizer recommendation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of PerformanceRisk.t
| `Integer of Rank.t
| `List of
[> `Structure of
(string * [> `Double of MetricValue.t | `Enum of string ])
list ]
list
| `String of DBInstanceClass.t
| `Structure of
(string
* [> `Double of SavingsOpportunityPercentage.t
| `Structure of
(string * [> `Double of Value.t | `Enum of string ]) list ])
list ])
list ]