ListCisScanResultsAggregatedByTargetResource
Source:
src/AWS/Inspector2/ListCisScanResultsAggregatedByTargetResource.ts
Runtime binding for inspector2:ListCisScanResultsAggregatedByTargetResource.
Lists scan results aggregated by a target resource.
Provide the implementation with
Effect.provide(AWS.Inspector2.ListCisScanResultsAggregatedByTargetResourceHttp).
CIS Scan Results
Section titled “CIS Scan Results”// initconst listCisScanResultsAggregatedByTargetResource = yield* AWS.Inspector2.ListCisScanResultsAggregatedByTargetResource();
// runtimeconst { targetResourceAggregations } = yield* listCisScanResultsAggregatedByTargetResource({ scanArn });