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).
Querying Findings
Section titled “Querying Findings”// initconst listFindingAggregations = yield* AWS.Inspector2.ListFindingAggregations();
// runtimeconst { responses } = yield* listFindingAggregations({ aggregationType: "ACCOUNT" });