Values.ContainerSourceA container encapsulates the runtime environment for an application.
type nonrec t = {region : NonEmptyString.t option;Containers and container images are Region-specific. This is the Region context for the container.
*)imageUris : StringList.t option;A list of URIs for containers created in the context Region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]