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).
CIS Scan Results
Section titled “CIS Scan Results”// initconst getCisScanResultDetails = yield* AWS.Inspector2.GetCisScanResultDetails();
// runtimeconst { scanResultDetails } = yield* getCisScanResultDetails({ scanArn, accountId, targetResourceId: instanceId,});