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

AccountDetail

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

Specifies the details of an account to associate with an Amazon Macie administrator account.

interface AccountDetail {
accountId: string;
email: string;
}

§Properties

§
accountId: string
[src]

The Amazon Web Services account ID for the account.

§
email: string
[src]

The email address for the account.