Values.AwsEcrContainerImageDetailsSourceInformation about an Amazon ECR image.
type nonrec t = {registryId : NonEmptyString.t option;The Amazon Web Services account identifier that is associated with the registry that the image belongs to.
*)repositoryName : NonEmptyString.t option;The name of the repository that the image belongs to.
*)architecture : NonEmptyString.t option;The architecture of the image. Valid values are as follows: arm64 i386 x86_64
*)imageDigest : NonEmptyString.t option;The sha256 digest of the image manifest.
*)imageTags : NonEmptyStringList.t option;The list of tags that are associated with the image.
*)imagePublishedAt : NonEmptyString.t option;The date and time when the image was pushed to the repository. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]