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

ConfigurationAggregator

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

The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.

interface ConfigurationAggregator {
AccountAggregationSources?: AccountAggregationSource[] | null;
ConfigurationAggregatorArn?: string | null;
ConfigurationAggregatorName?: string | null;
CreatedBy?: string | null;
CreationTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
OrganizationAggregationSource?: OrganizationAggregationSource | null;
}

§Properties

§
AccountAggregationSources?: AccountAggregationSource[] | null
[src]

Provides a list of source accounts and regions to be aggregated.

§
ConfigurationAggregatorArn?: string | null
[src]

The Amazon Resource Name (ARN) of the aggregator.

§
ConfigurationAggregatorName?: string | null
[src]

The name of the aggregator.

§
CreatedBy?: string | null
[src]

Amazon Web Services service that created the configuration aggregator.

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

The time stamp when the configuration aggregator was created.

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

The time of the last update.

§
OrganizationAggregationSource?: OrganizationAggregationSource | null
[src]

Provides an organization and list of regions to be aggregated.