Skip to content

UpdateEc2DeepInspectionConfiguration

Source: src/AWS/Inspector2/UpdateEc2DeepInspectionConfiguration.ts

Runtime binding for inspector2:UpdateEc2DeepInspectionConfiguration.

Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.

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

// init
const updateEc2DeepInspectionConfiguration = yield* AWS.Inspector2.UpdateEc2DeepInspectionConfiguration();
// runtime
const { status } = yield* updateEc2DeepInspectionConfiguration({ activateDeepInspection: true });