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

ResourceSelector

import type { ResourceSelector } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";

A selector for the resource types to run the detector on.

interface ResourceSelector {
resourceTypes?: string[];
}

§Properties

§
resourceTypes?: string[]
[src]

Required. The resource types to run the detector on. Each custom module can specify up to 5 resource types.