Values_0.ContainerConfigSourceThe configuration used to run the application image container.
type nonrec t = {containerArguments : CustomImageContainerArguments.t option;The arguments for the container when you're running the application.
*)containerEntrypoint : CustomImageContainerEntrypoint.t option;The entrypoint used to run the application in the container.
*)containerEnvironmentVariables : CustomImageContainerEnvironmentVariables.t
option;The environment variables to set in the container
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString64.t ] list
| `Map of
([> `String of NonEmptyString256.t ] * [> `String of String256.t ])
list ])
list ]