NotificationChannelStrategyArgs

data class NotificationChannelStrategyArgs(val notificationChannelNames: Output<List<String>>? = null, val renotifyInterval: Output<String>? = null) : ConvertibleToJava<NotificationChannelStrategyArgs>

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

Constructors

Link copied to clipboard
fun NotificationChannelStrategyArgs(notificationChannelNames: Output<List<String>>? = null, renotifyInterval: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NotificationChannelStrategyArgs

Properties

Link copied to clipboard
val notificationChannelNames: Output<List<String>>? = null

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

Link copied to clipboard
val renotifyInterval: Output<String>? = null

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