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

ListDiscoveredResourcesRequest

import type { ListDiscoveredResourcesRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface ListDiscoveredResourcesRequest {
includeDeletedResources?: boolean | null;
limit?: number | null;
nextToken?: string | null;
resourceIds?: string[] | null;
resourceName?: string | null;
resourceType: ResourceType;
}

§Properties

§
includeDeletedResources?: boolean | null
[src]

Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.

§
limit?: number | null
[src]

The maximum number of resource identifiers returned on each page. The default is 100. 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.

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

The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.

§
resourceName?: string | null
[src]

The custom name of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered.

§
resourceType: ResourceType
[src]

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