Kpi Thresholds Args
data class KpiThresholdsArgs(val increasingKpi: Output<Boolean>, val lowerLimit: Output<Double>, val upperLimit: Output<Double>) : ConvertibleToJava<KpiThresholdsArgs>
Defines the KPI Threshold limits.
Defines the KPI Threshold limits.