DispatchRuleNotifyTemplateArgs

data class DispatchRuleNotifyTemplateArgs(val emailContent: Output<String>, val emailRecoverContent: Output<String>, val emailRecoverTitle: Output<String>, val emailTitle: Output<String>, val robotContent: Output<String>, val smsContent: Output<String>, val smsRecoverContent: Output<String>, val ttsContent: Output<String>, val ttsRecoverContent: Output<String>) : ConvertibleToJava<DispatchRuleNotifyTemplateArgs>

Constructors

Link copied to clipboard
constructor(emailContent: Output<String>, emailRecoverContent: Output<String>, emailRecoverTitle: Output<String>, emailTitle: Output<String>, robotContent: Output<String>, smsContent: Output<String>, smsRecoverContent: Output<String>, ttsContent: Output<String>, ttsRecoverContent: Output<String>)

Properties

Link copied to clipboard
val emailContent: Output<String>

The content of the email notification.

Link copied to clipboard

The content of the email notification for restored alerts.

Link copied to clipboard

The title of the email notification for restored alerts.

Link copied to clipboard
val emailTitle: Output<String>

The title of the email notification.

Link copied to clipboard
val robotContent: Output<String>

The content of the robot notification.

Link copied to clipboard
val smsContent: Output<String>

The content of the SMS notification.

Link copied to clipboard

The content of the SMS notification for restored alerts.

Link copied to clipboard
val ttsContent: Output<String>

The content of the TTS notification.

Link copied to clipboard

The content of the TTS notification for restored alerts.

Functions

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