ComparisonRuleArgs

data class ComparisonRuleArgs(val operator: Output<Either<String, ComparisonOperator>>, val threshold: Output<Double>) : ConvertibleToJava<ComparisonRuleArgs>

The comparison rule.

Constructors

Link copied to clipboard
constructor(operator: Output<Either<String, ComparisonOperator>>, threshold: Output<Double>)

Properties

Link copied to clipboard
val operator: Output<Either<String, ComparisonOperator>>

The comparison operator.

Link copied to clipboard
val threshold: Output<Double>

Threshold setting.

Functions

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