ListImageScanFindingAggregations
Source:
src/AWS/ImageBuilder/ListImageScanFindingAggregations.ts
Runtime binding for imagebuilder:ListImageScanFindingAggregations.
Returns Amazon Inspector finding counts grouped by severity — for the
whole account, or grouped by one key (imagePipelineArn,
imageBuildVersionArn, accountId, vulnerabilityId) when a filter is
supplied. Provide the implementation with
Effect.provide(AWS.ImageBuilder.ListImageScanFindingAggregationsHttp).
Scan Findings
Section titled “Scan Findings”// init — account-level binding, no resource argumentconst listImageScanFindingAggregations = yield* AWS.ImageBuilder.ListImageScanFindingAggregations();
// runtimeconst { responses } = yield* listImageScanFindingAggregations({ filter: { name: "imagePipelineArn", values: [pipelineArn] },});