Values.AwsEcrContainerImageDetailsSourceThe image details of the Amazon ECR container image.
type nonrec t = {architecture : Arch.t option;The architecture of the Amazon ECR container image.
*)imageHash : ImageDigest.t option;The image hash of the Amazon ECR container image.
*)imageTags : ImageTagsList.t option;The image tags attached to the Amazon ECR container image.
*)platform : Platform.t option;The platform of the Amazon ECR container image.
*)pushedAt : Date.t option;The date and time the Amazon ECR container image was pushed.
*)lastInUseAt : Date.t option;The most recent date and time a cluster was running the image.
*)inUseCount : InUseCount.t option;The number of Amazon ECS or Amazon EKS clusters currently running the image.
*)registry : RegistryId.t option;The registry the Amazon ECR container image belongs to.
*)repositoryName : RepositoryName.t option;The name of the repository the Amazon ECR container image resides in.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ImageTag.t ] list
| `Long of InUseCount.t
| `String of Arch.t
| `Timestamp of Date.t ])
list ]