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).
Organization & Members
Section titled “Organization & Members”// initconst getDelegatedAdminAccount = yield* AWS.Inspector2.GetDelegatedAdminAccount();
// runtimeconst { delegatedAdmin } = yield* getDelegatedAdminAccount();