Skip to content

GetConfiguration

Source: src/AWS/Inspector2/GetConfiguration.ts

Runtime binding for inspector2:GetConfiguration.

Retrieves setting configurations for Inspector scans.

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

// init
const getConfiguration = yield* AWS.Inspector2.GetConfiguration();
// runtime
const { ecrConfiguration, ec2Configuration } = yield* getConfiguration();