Skip to content

GetCodeSecurityScan

Source: src/AWS/Inspector2/GetCodeSecurityScan.ts

Runtime binding for inspector2:GetCodeSecurityScan.

Retrieves information about a specific code security scan.

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

// init
const getCodeSecurityScan = yield* AWS.Inspector2.GetCodeSecurityScan();
// runtime
const { status } = yield* getCodeSecurityScan({
resource: { projectId },
scanId,
});