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

ResourceCountFilters

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

Filters the resource count based on account ID, region, and resource type.

interface ResourceCountFilters {
AccountId?: string | null;
Region?: string | null;
ResourceType?: ResourceType | null;
}

§Properties

§
AccountId?: string | null
[src]

The 12-digit ID of the account.

§
Region?: string | null
[src]

The region where the account is located.

§
ResourceType?: ResourceType | null
[src]

The type of the Amazon Web Services resource.