Skip to content

UpdateOrgEc2DeepInspectionConfiguration

Source: src/AWS/Inspector2/UpdateOrgEc2DeepInspectionConfiguration.ts

Runtime binding for inspector2:UpdateOrgEc2DeepInspectionConfiguration.

Updates the Amazon Inspector deep inspection custom paths for your organization. You must be an Amazon Inspector delegated administrator to use this API.

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

// init
const updateOrgEc2DeepInspectionConfiguration = yield* AWS.Inspector2.UpdateOrgEc2DeepInspectionConfiguration();
// runtime
yield* updateOrgEc2DeepInspectionConfiguration({ orgPackagePaths: ["/opt/app"] });