LatencyCriteriaArgs

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

Parameters for a latency threshold SLI.

Constructors

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

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.

Functions

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