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

Account

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

An Amazon Web Services account within your environment that Amazon Inspector has been enabled for.

interface Account {
accountId: string;
resourceStatus: ResourceStatus;
status: Status;
}

§Properties

§
accountId: string
[src]

The ID of the Amazon Web Services account.

§
resourceStatus: ResourceStatus
[src]

Details of the status of Amazon Inspector scans by resource type.

§
status: Status
[src]

The status of Amazon Inspector for the account.