Skip to content

EnableDelegatedAdminAccount

Source: src/AWS/Inspector2/EnableDelegatedAdminAccount.ts

Runtime binding for inspector2:EnableDelegatedAdminAccount.

Enables the Amazon Inspector delegated administrator for your Organizations organization.

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

// init
const enableDelegatedAdminAccount = yield* AWS.Inspector2.EnableDelegatedAdminAccount();
// runtime
yield* enableDelegatedAdminAccount({ delegatedAdminAccountId });