AlertPolicyAlertStrategyNotificationChannelStrategyArgs

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

Constructors

constructor(notificationChannelNames: Output<List<String>>? = null, renotifyInterval: Output<String>? = null)

Properties

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

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.

Functions

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