ValidationThresholdArgs

data class ValidationThresholdArgs(val grouping: Output<Either<String, ValidationThresholdGrouping>>, val type: Output<Either<String, ValidationThresholdType>>, val value: Output<Double>) : ConvertibleToJava<ValidationThresholdArgs>

Constructors

Link copied to clipboard
constructor(grouping: Output<Either<String, ValidationThresholdGrouping>>, type: Output<Either<String, ValidationThresholdType>>, value: Output<Double>)

Properties

Link copied to clipboard

Selection of how the type evaluation is applied to the cluster calculation.

Link copied to clipboard
val type: Output<Either<String, ValidationThresholdType>>

Selection of how the threshold should be evaluated.

Link copied to clipboard
val value: Output<Double>

The numeric threshold value.

Functions

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