Skip to content

ListDelegatedAdminAccounts

Source: src/AWS/Inspector2/ListDelegatedAdminAccounts.ts

Runtime binding for inspector2:ListDelegatedAdminAccounts.

Lists information about the Amazon Inspector delegated administrator of your organization.

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

// init
const listDelegatedAdminAccounts = yield* AWS.Inspector2.ListDelegatedAdminAccounts();
// runtime
const { delegatedAdminAccounts } = yield* listDelegatedAdminAccounts();