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

Criteria

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

Criteria specific to the AlertPolicys that this Snooze applies to. The Snooze will suppress alerts that come from one of the AlertPolicys whose names are supplied.

interface Criteria {
policies?: string[];
}

§Properties

§
policies?: string[]
[src]

The specific AlertPolicy names for the alert that should be snoozed. The format is: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID] There is a limit of 16 policies per snooze. This limit is checked during snooze creation.