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

AwsOrganization

import type { AwsOrganization } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies.

interface AwsOrganization {
id?: string;
}

§Properties

§
id?: string
[src]

The unique identifier (ID) for the organization. The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.