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

AwsAccount

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

Provides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for an Amazon Web Services account other than your own account.

interface AwsAccount {
accountId?: string | null;
principalId?: string | null;
}

§Properties

§
accountId?: string | null
[src]

The unique identifier for the Amazon Web Services account.

§
principalId?: string | null
[src]

The unique identifier for the entity that performed the action.