AlertConfigurationJoinConfigurationArgs

data class AlertConfigurationJoinConfigurationArgs(val condition: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<AlertConfigurationJoinConfigurationArgs>

Constructors

Link copied to clipboard
constructor(condition: Output<String>? = null, type: Output<String>? = null)

Properties

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

Data matching expression. When the data content does not need to be determined, set it to an empty string. In other cases, it needs to be set as an expression, for example, errCnt> 10.

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

Functions

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