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

NotificationChannelStrategy

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

Control over how the notification channels in notification_channels are notified when this alert fires, on a per-channel basis.

interface NotificationChannelStrategy {
notificationChannelNames?: string[];
renotifyInterval?: number;
}

§Properties

§
notificationChannelNames?: string[]
[src]

The full REST resource name for the notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]

§
renotifyInterval?: number
[src]

The frequency at which to send reminder notifications for open incidents.