KpiThresholdsArgs

data class KpiThresholdsArgs(val increasingKpi: Output<Boolean>, val lowerLimit: Output<Double>, val upperLimit: Output<Double>) : ConvertibleToJava<KpiThresholdsArgs>

Defines the KPI Threshold limits.

Constructors

Link copied to clipboard
fun KpiThresholdsArgs(increasingKpi: Output<Boolean>, lowerLimit: Output<Double>, upperLimit: Output<Double>)

Functions

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

Properties

Link copied to clipboard
val increasingKpi: Output<Boolean>

Whether or not the KPI is an increasing KPI.

Link copied to clipboard
val lowerLimit: Output<Double>

The lower threshold limit.

Link copied to clipboard
val upperLimit: Output<Double>

The upper threshold limit.