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

OrganizationAggregationSource

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

This object contains regions to set up the aggregator and an IAM role to retrieve organization details.

interface OrganizationAggregationSource {
AllAwsRegions?: boolean | null;
AwsRegions?: string[] | null;
RoleArn: string;
}

§Properties

§
AllAwsRegions?: boolean | null
[src]

If true, aggregate existing Config regions and future regions.

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

The source regions being aggregated.

§
RoleArn: string
[src]

ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.