Skip to content

GetEc2DeepInspectionConfiguration

Source: src/AWS/Inspector2/GetEc2DeepInspectionConfiguration.ts

Runtime binding for inspector2:GetEc2DeepInspectionConfiguration.

Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account.

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

// init
const getEc2DeepInspectionConfiguration = yield* AWS.Inspector2.GetEc2DeepInspectionConfiguration();
// runtime
const { status, packagePaths } = yield* getEc2DeepInspectionConfiguration();