GtmInstanceAlertConfigArgs

data class GtmInstanceAlertConfigArgs(val dingtalkNotice: Output<Boolean>? = null, val emailNotice: Output<Boolean>? = null, val noticeType: Output<String>? = null, val smsNotice: Output<Boolean>? = null) : ConvertibleToJava<GtmInstanceAlertConfigArgs>

Constructors

Link copied to clipboard
constructor(dingtalkNotice: Output<Boolean>? = null, emailNotice: Output<Boolean>? = null, noticeType: Output<String>? = null, smsNotice: Output<Boolean>? = null)

Properties

Link copied to clipboard
val dingtalkNotice: Output<Boolean>? = null

Whether to configure DingTalk notifications. Valid values: true, false.

Link copied to clipboard
val emailNotice: Output<Boolean>? = null

Whether to configure mail notification. Valid values: true, false.

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

The Alarm Event Type.

Link copied to clipboard
val smsNotice: Output<Boolean>? = null

Whether to configure SMS notification. Valid values: true, false.

Functions

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