AlarmModelSimpleRuleArgs

data class AlarmModelSimpleRuleArgs(val comparisonOperator: Output<AlarmModelSimpleRuleComparisonOperator>, val inputProperty: Output<String>, val threshold: Output<String>) : ConvertibleToJava<AlarmModelSimpleRuleArgs>

A rule that compares an input property value to a threshold value with a comparison operator.

Constructors

Link copied to clipboard
constructor(comparisonOperator: Output<AlarmModelSimpleRuleComparisonOperator>, inputProperty: Output<String>, threshold: Output<String>)

Properties

Link copied to clipboard

The comparison operator.

Link copied to clipboard
val inputProperty: Output<String>

The value on the left side of the comparison operator. You can specify an ITE input attribute as an input property.

Link copied to clipboard
val threshold: Output<String>

The value on the right side of the comparison operator. You can enter a number or specify an ITE input attribute.

Functions

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