Values_0.AppSpecificationSourceConfiguration to run a processing job in a specified container image.
type nonrec t = {imageUri : ImageUri.t;The container image to be run by the processing job.
*)containerEntrypoint : ContainerEntrypoint.t option;The entrypoint for a container used to run a processing job.
*)containerArguments : ContainerArguments.t option;The arguments for a container used to run a processing job.
*)}val make :
?containerEntrypoint:??? ->
?containerArguments:??? ->
imageUri:ImageUri.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ContainerEntrypointString.t ] list
| `String of ImageUri.t ])
list ]