Di Alarm Rule Notification Settings Args
data class DiAlarmRuleNotificationSettingsArgs(val inhibitionInterval: Output<Int>? = null, val notificationChannels: Output<List<DiAlarmRuleNotificationSettingsNotificationChannelArgs>>? = null, val notificationReceivers: Output<List<DiAlarmRuleNotificationSettingsNotificationReceiverArgs>>? = null) : ConvertibleToJava<DiAlarmRuleNotificationSettingsArgs>
Constructors
Link copied to clipboard
constructor(inhibitionInterval: Output<Int>? = null, notificationChannels: Output<List<DiAlarmRuleNotificationSettingsNotificationChannelArgs>>? = null, notificationReceivers: Output<List<DiAlarmRuleNotificationSettingsNotificationReceiverArgs>>? = null)
Properties
Link copied to clipboard
Alarm suppression interval, in minutes
Link copied to clipboard
val notificationChannels: Output<List<DiAlarmRuleNotificationSettingsNotificationChannelArgs>>? = null
Alarm notification Channel See notification_channels
below.
Link copied to clipboard
val notificationReceivers: Output<List<DiAlarmRuleNotificationSettingsNotificationReceiverArgs>>? = null
List of alert notification recipients See notification_receivers
below.