Values.EC2ResourceUtilizationSourceUtilization metrics for the instance.
type nonrec t = {maxCpuUtilizationPercentage : GenericString.t option;The maximum observed or expected CPU utilization of the instance.
*)maxMemoryUtilizationPercentage : GenericString.t option;The maximum observed or expected memory utilization of the instance.
*)maxStorageUtilizationPercentage : GenericString.t option;The maximum observed or expected storage utilization of the instance. This doesn't include EBS storage.
*)eBSResourceUtilization : EBSResourceUtilization.t option;The EBS field that contains a list of EBS metrics that are associated with the current instance.
*)diskResourceUtilization : DiskResourceUtilization.t option;The field that contains a list of disk (local storage) metrics that are associated with the current instance.
*)networkResourceUtilization : NetworkResourceUtilization.t option;The network field that contains a list of network metrics that are associated with the current instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of GenericString.t
| `Structure of (string * [> `String of GenericString.t ]) list ])
list ]