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]§
OrganizationAggregationSource?: OrganizationAggregationSource | null
[src]