LatencyCriteriaArgs

data class LatencyCriteriaArgs(val threshold: Output<String>? = null) : ConvertibleToJava<LatencyCriteriaArgs>

Parameters for a latency threshold SLI.

Constructors

Link copied to clipboard
fun LatencyCriteriaArgs(threshold: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val threshold: Output<String>? = null

Good service is defined to be the count of requests made to this service that return in no more than threshold.