Values.ContainerRecommendationSourceThe CPU and memory recommendations for a container within the tasks of your Amazon ECS service.
type nonrec t = {containerName : ContainerName.t option;The name of the container.
*)memorySizeConfiguration : MemorySizeConfiguration.t option;The recommended memory size configurations for the container.
*)cpu : NullableCpu.t option;The recommended number of CPU units reserved for the container.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NullableCpu.t
| `String of ContainerName.t
| `Structure of (string * [> `Integer of NullableMemory.t ]) list ])
list ]