Values.ImageAggregationSourceContains vulnerability counts for a specific image.
type nonrec t = {imageBuildVersionArn : ImageBuildVersionArn.t option;The Amazon Resource Name (ARN) that identifies the image for this aggregation.
*)severityCounts : SeverityCounts.t option;Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ImageBuildVersionArn.t
| `Structure of (string * [> `Long of SeverityCountNumber.t ]) list ])
list ]