data class DiAlarmRuleTriggerConditionArgs(val ddlReportTags: Output<List<String>>? = null, val duration: Output<Int>? = null, val severity: Output<String>? = null, val threshold: Output<Int>? = null) : ConvertibleToJava<DiAlarmRuleTriggerConditionArgs>
Alarm threshold. Task status alarm: no need to fill in the threshold. failover alarm: The threshold is the number of failover alarms. Task Delay Alarm: The threshold is the delay duration, in seconds.