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

GetComplianceSummaryByResourceTypeRequest

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

§Properties

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

Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.

For this request, you can specify an Amazon Web Services resource type such as AWS::EC2::Instance. You can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account.