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

ListAggregateDiscoveredResourcesRequest

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

§Properties

§
ConfigurationAggregatorName: string
[src]

The name of the configuration aggregator.

§
Filters?: ResourceFilters | null
[src]

Filters the results based on the ResourceFilters object.

§
Limit?: number | null
[src]

The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. 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.

§
ResourceType: ResourceType
[src]

The type of resources that you want Config to list in the response.