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.4/services/organizations.ts?docs=full";

Contains information about an Amazon Web Services account that is a member of an organization.

interface Account {
Arn?: string | null;
Email?: string | null;
Id?: string | null;
JoinedMethod?: AccountJoinedMethod | null;
JoinedTimestamp?: Date | number | null;
Name?: string | null;
Status?: AccountStatus | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.

§
Email?: string | null
[src]

The email address associated with the Amazon Web Services account.

The regex pattern for this parameter is a string of characters that represents a standard internet email address.

§
Id?: string | null
[src]

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

§
JoinedMethod?: AccountJoinedMethod | null
[src]

The method by which the account joined the organization.

§
JoinedTimestamp?: Date | number | null
[src]

The date the account became a part of the organization.

§
Name?: string | null
[src]

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

§
Status?: AccountStatus | null
[src]

The status of the account in the organization.