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

PutConfigurationAggregatorRequest

import type { PutConfigurationAggregatorRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface PutConfigurationAggregatorRequest {
AccountAggregationSources?: AccountAggregationSource[] | null;
ConfigurationAggregatorName: string;
OrganizationAggregationSource?: OrganizationAggregationSource | null;
Tags?: Tag[] | null;
}

§Properties

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

A list of AccountAggregationSource object.

§
ConfigurationAggregatorName: string
[src]

The name of the configuration aggregator.

§
OrganizationAggregationSource?: OrganizationAggregationSource | null
[src]

An OrganizationAggregationSource object.

§
Tags?: Tag[] | null
[src]

An array of tag object.