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

ResourceGroup

import type { ResourceGroup } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.

interface ResourceGroup {
groupId?: string;
resourceType?: "RESOURCE_TYPE_UNSPECIFIED" | "INSTANCE" | "AWS_ELB_LOAD_BALANCER";
}

§Properties

§
groupId?: string
[src]

The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].

§
resourceType?: "RESOURCE_TYPE_UNSPECIFIED" | "INSTANCE" | "AWS_ELB_LOAD_BALANCER"
[src]

The resource type of the group members.