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).
Account Settings & Usage
Section titled “Account Settings & Usage”// initconst getEc2DeepInspectionConfiguration = yield* AWS.Inspector2.GetEc2DeepInspectionConfiguration();
// runtimeconst { status, packagePaths } = yield* getEc2DeepInspectionConfiguration();