AlertPolicyCheck
import type { AlertPolicyCheck } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";AlertPolicyCheck configures a set of Cloud Monitoring alerting policies that will be periodically polled for alerts. If any of the listed policies have an active alert, the analysis check will fail.
interface AlertPolicyCheck {
alertPolicies?: string[];
id?: string;
labels?: {};
}[key: string]: string;