Values.ImageScanFindingAggregationSourceThis returns exactly one type of aggregation, based on the filter that Image Builder applies in its API action.
type nonrec t = {accountAggregation : AccountAggregation.t option;Returns an object that contains severity counts based on an account ID.
*)imageAggregation : ImageAggregation.t option;Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
*)imagePipelineAggregation : ImagePipelineAggregation.t option;Returns an object that contains severity counts based on an image pipeline ARN.
*)vulnerabilityIdAggregation : VulnerabilityIdAggregation.t option;Returns an object that contains severity counts based on vulnerability ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Long of SeverityCountNumber.t ]) list ])
list ])
list ]