Alert Policy Alert Strategy Notification Channel Strategy Args
data class AlertPolicyAlertStrategyNotificationChannelStrategyArgs(val notificationChannelNames: Output<List<String>>? = null, val renotifyInterval: Output<String>? = null) : ConvertibleToJava<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>
Properties
Link copied to clipboard
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
The frequency at which to send reminder notifications for open incidents.