Values.ExternalMetricStatusSourceDescribes Compute Optimizer's integration status with your chosen external metric provider. For example, Datadog.
type nonrec t = {statusCode : ExternalMetricStatusCode.t option;The status code for Compute Optimizer's integration with an external metrics provider.
*)statusReason : ExternalMetricStatusReason.t option;The reason for Compute Optimizer's integration status with your external metric provider.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ExternalMetricStatusReason.t ])
list ]