AlertTemplateConfigurationArgs

data class AlertTemplateConfigurationArgs(val annotations: Output<Map<String, String>>? = null, val id: Output<String>, val lang: Output<String>? = null, val tokens: Output<Map<String, String>>? = null, val type: Output<String>) : ConvertibleToJava<AlertTemplateConfigurationArgs>

Constructors

Link copied to clipboard
constructor(annotations: Output<Map<String, String>>? = null, id: Output<String>, lang: Output<String>? = null, tokens: Output<Map<String, String>>? = null, type: Output<String>)

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>? = null

Alert template annotations.

Link copied to clipboard
val id: Output<String>

Alert template id.

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

Alert template language including cn, en.

Link copied to clipboard
val tokens: Output<Map<String, String>>? = null

Alert template tokens.

Link copied to clipboard
val type: Output<String>

Alert template type including sys, user.

Functions

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