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