Skip to content

GetDelegatedAdminAccount

Source: src/AWS/Inspector2/GetDelegatedAdminAccount.ts

Runtime binding for inspector2:GetDelegatedAdminAccount.

Retrieves information about the Amazon Inspector delegated administrator for your organization.

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

// init
const getDelegatedAdminAccount = yield* AWS.Inspector2.GetDelegatedAdminAccount();
// runtime
const { delegatedAdmin } = yield* getDelegatedAdminAccount();