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

AwsMetadata

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

AWS metadata associated with the resource, only applicable if the finding's cloud provider is Amazon Web Services.

interface AwsMetadata {
account?: AwsAccount;
organization?: AwsOrganization;
organizationalUnits?: AwsOrganizationalUnit[];
}

§Properties

§
account?: AwsAccount
[src]

The AWS account associated with the resource.

§
organization?: AwsOrganization
[src]

The AWS organization associated with the resource.

§
organizationalUnits?: AwsOrganizationalUnit[]
[src]

A list of AWS organizational units associated with the resource, ordered from lowest level (closest to the account) to highest level.