Performance Threshold Args
data class PerformanceThresholdArgs(val basicSliPerformance: Output<BasicSliArgs>? = null, val performance: Output<RequestBasedSliArgs>? = null, val threshold: Output<Double>? = null) : ConvertibleToJava<PerformanceThresholdArgs>
A PerformanceThreshold is used when each window is good when that window has a sufficiently high performance.
Constructors
Link copied to clipboard
constructor(basicSliPerformance: Output<BasicSliArgs>? = null, performance: Output<RequestBasedSliArgs>? = null, threshold: Output<Double>? = null)