Skip to content

ListCisScanResultsAggregatedByChecks

Source: src/AWS/Inspector2/ListCisScanResultsAggregatedByChecks.ts

Runtime binding for inspector2:ListCisScanResultsAggregatedByChecks.

Lists scan results aggregated by checks.

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

// init
const listCisScanResultsAggregatedByChecks = yield* AWS.Inspector2.ListCisScanResultsAggregatedByChecks();
// runtime
const { checkAggregations } = yield* listCisScanResultsAggregatedByChecks({ scanArn });