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-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
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]
§
ConfigurationAggregatorArn?: string | null
[src]
§
ConfigurationAggregatorName?: string | null
[src]
§
CreatedBy?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
LastUpdatedTime?: Date | number | null
[src]
§
OrganizationAggregationSource?: OrganizationAggregationSource | null
[src]