imagebuilder_list_image_scan_finding_aggregations {paws.compute}R Documentation

Returns a list of image scan aggregations for your account

Description

Returns a list of image scan aggregations for your account. You can filter by the type of key that Image Builder uses to group results. For example, if you want to get a list of findings by severity level for one of your pipelines, you might specify your pipeline with the imagePipelineArn filter. If you don't specify a filter, Image Builder returns an aggregation for your account.

See https://www.paws-r-sdk.com/docs/imagebuilder_list_image_scan_finding_aggregations/ for full documentation.

Usage

imagebuilder_list_image_scan_finding_aggregations(
  filter = NULL,
  nextToken = NULL
)

Arguments

filter
nextToken

A token to specify where to start paginating. This is the nextToken from a previously truncated response.


[Package paws.compute version 0.7.0 Index]