Skip to content

GetCisScanResultDetails

Source: src/AWS/Inspector2/GetCisScanResultDetails.ts

Runtime binding for inspector2:GetCisScanResultDetails.

Retrieves CIS scan result details.

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

// init
const getCisScanResultDetails = yield* AWS.Inspector2.GetCisScanResultDetails();
// runtime
const { scanResultDetails } = yield* getCisScanResultDetails({
scanArn,
accountId,
targetResourceId: instanceId,
});