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

FailedAlertPolicy

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

FailedAlertPolicy contains information about an alert policy that was found to be firing during an alert policy check.

interface FailedAlertPolicy {
readonly alertPolicy?: string;
readonly alerts?: string[];
}

§Properties

§
readonly alertPolicy?: string
[src]

Output only. The name of the alert policy that was found to be firing. Format is projects/{project}/locations/{location}/alertPolicies/{alertPolicy}.

§
readonly alerts?: string[]
[src]

Output only. Open alerts for the alerting policies that matched the alert policy check configuration.