DiAlarmRuleNotificationSettingsArgs

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
val inhibitionInterval: Output<Int>? = null

Alarm suppression interval, in minutes

Link copied to clipboard

Alarm notification Channel See notification_channels below.

Link copied to clipboard

List of alert notification recipients See notification_receivers below.

Functions

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