Skip to content

ListFindingAggregations

Source: src/AWS/Inspector2/ListFindingAggregations.ts

Runtime binding for inspector2:ListFindingAggregations.

Lists aggregated finding data for your environment based on specific criteria.

Provide the implementation with Effect.provide(AWS.Inspector2.ListFindingAggregationsHttp).

// init
const listFindingAggregations = yield* AWS.Inspector2.ListFindingAggregations();
// runtime
const { responses } = yield* listFindingAggregations({ aggregationType: "ACCOUNT" });