Values.ImageSourceAn object representing an Amazon ECR image.
type nonrec t = {registryId : RegistryId.t option;The Amazon Web Services account ID associated with the registry containing the image.
*)repositoryName : RepositoryName.t option;The name of the repository associated with the image.
*)imageId : ImageIdentifier.t option;An object containing the image tag and image digest associated with an image.
*)imageManifest : ImageManifest.t option;The image manifest associated with the image.
*)imageManifestMediaType : MediaType.t option;The manifest media type of the image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RegistryId.t
| `Structure of (string * [> `String of ImageDigest.t ]) list ])
list ]