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

AccountState

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

An object with details the status of an Amazon Web Services account within your Amazon Inspector environment

interface AccountState {
accountId: string;
resourceState: ResourceState;
state: State;
}

§Properties

§
accountId: string
[src]

The Amazon Web Services account ID.

§
resourceState: ResourceState
[src]

An object detailing which resources Amazon Inspector is enabled to scan for the account.

§
state: State
[src]

An object detailing the status of Amazon Inspector for the account.