AlertConfigurationSeverityConfigurationEvalConditionArgs

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

Constructors

constructor(condition: Output<String>? = null, countCondition: 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 countCondition: Output<String>? = null

The number of pieces of data to determine the number of pieces of data to indicate how many pieces of data meet the conditions. If data exists, it is satisfied. Set it to an empty string. In other cases, it needs to be set as an expression, such as__count__> 3.

Functions

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