Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AdminAccount

import type { AdminAccount } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about the delegated Amazon Macie administrator account for an organization in Organizations.

interface AdminAccount {
accountId?: string | null;
status?: AdminStatus | null;
}

§Properties

§
accountId?: string | null
[src]

The Amazon Web Services account ID for the account.

§
status?: AdminStatus | null
[src]

The current status of the account as the delegated Amazon Macie administrator account for the organization.