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

GetAggregateDiscoveredResourceCountsRequest

import type { GetAggregateDiscoveredResourceCountsRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface GetAggregateDiscoveredResourceCountsRequest {
ConfigurationAggregatorName: string;
Filters?: ResourceCountFilters | null;
GroupByKey?: ResourceCountGroupKey | null;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
ConfigurationAggregatorName: string
[src]

The name of the configuration aggregator.

§
Filters?: ResourceCountFilters | null
[src]

Filters the results based on the ResourceCountFilters object.

§
GroupByKey?: ResourceCountGroupKey | null
[src]

The key to group the resource counts.

§
Limit?: number | null
[src]

The maximum number of "GroupedResourceCount" objects returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.

§
NextToken?: string | null
[src]

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.