Values.ECSServiceRecommendedOptionProjectedMetricSourceDescribes the projected metrics of an Amazon ECS service recommendation option. To determine the performance difference between your current Amazon ECS service and the recommended option, compare the metric data of your service against its projected metric data.
type nonrec t = {recommendedCpuUnits : CpuSize.t option;The recommended CPU size for the Amazon ECS service.
*)recommendedMemorySize : MemorySize.t option;The recommended memory size for the Amazon ECS service.
*)projectedMetrics : ECSServiceProjectedMetrics.t option;An array of objects that describe the projected metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of CpuSize.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Double of MetricValue.t | `Timestamp of Timestamp.t ]
list ])
list ]
list ])
list ]