Values.ImageRepositorySourceDescribes a source image repository.
type nonrec t = {imageIdentifier : ImageIdentifier.t;The identifier of an image. For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
*)imageConfiguration : ImageConfiguration.t option;Configuration for running the identified image.
*)imageRepositoryType : ImageRepositoryType.t;The type of the image repository. This reflects the repository provider and whether the repository is private or public.
*)}val make :
?imageConfiguration:??? ->
imageIdentifier:ImageIdentifier.t ->
imageRepositoryType:ImageRepositoryType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ImageIdentifier.t
| `Structure of
(string
* [> `Map of
([> `String of RuntimeEnvironmentVariablesKey.t ]
* [> `String of RuntimeEnvironmentVariablesValue.t ])
list
| `String of StartCommand.t ])
list ])
list ]