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

GetDiscoveredResourceCountsRequest

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

§Properties

§
limit?: number | null
[src]

The maximum number of "ResourceCount" objects 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.

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

The comma-separated list that specifies the resource types that you want Config to return (for example, "AWS::EC2::Instance", "AWS::IAM::User").

If a value for resourceTypes is not specified, Config returns all resource types that Config is recording in the region for your account.

Note: If the configuration recorder is turned off, Config returns an empty list of "ResourceCount" objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of "ResourceCount" objects.