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

AccountAggregationSource

import type { AccountAggregationSource } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";

A collection of accounts and regions.

interface AccountAggregationSource {
AccountIds: string[];
AllAwsRegions?: boolean | null;
AwsRegions?: string[] | null;
}

§Properties

§
AccountIds: string[]
[src]

The 12-digit account ID of the account being aggregated.

§
AllAwsRegions?: boolean | null
[src]

If true, aggregate existing Config regions and future regions.

§
AwsRegions?: string[] | null
[src]

The source regions being aggregated.