AlertLabelArgs

data class AlertLabelArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<AlertLabelArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

Labels's key for new alert.

Link copied to clipboard
val value: Output<String>

Labels's value for new alert.

Functions

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