DiAlarmRuleNotificationSettingsNotificationReceiverArgs

data class DiAlarmRuleNotificationSettingsNotificationReceiverArgs(val receiverType: Output<String>? = null, val receiverValues: Output<List<String>>? = null) : ConvertibleToJava<DiAlarmRuleNotificationSettingsNotificationReceiverArgs>

Constructors

constructor(receiverType: Output<String>? = null, receiverValues: Output<List<String>>? = null)

Properties

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

The type of the receiver. Valid values: AliyunUid/DingToken/FeishuToken/WebHookUrl.

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

Receiver Value List

Functions

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