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

DescribeConfigurationAggregatorsRequest

import type { DescribeConfigurationAggregatorsRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface DescribeConfigurationAggregatorsRequest {
ConfigurationAggregatorNames?: string[] | null;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
ConfigurationAggregatorNames?: string[] | null
[src]

The name of the configuration aggregators.

§
Limit?: number | null
[src]

The maximum number of configuration aggregators returned on each page. The default is maximum. 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.