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

GroupedResourceCount

import type { GroupedResourceCount } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";

The count of resources that are grouped by the group name.

interface GroupedResourceCount {
GroupName: string;
ResourceCount: number;
}

§Properties

§
GroupName: string
[src]

The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.

§
ResourceCount: number
[src]

The number of resources in the group.