Request Utilization Args
data class RequestUtilizationArgs(val targetConcurrentRequests: Output<Int>? = null, val targetRequestCountPerSecond: Output<Int>? = null) : ConvertibleToJava<RequestUtilizationArgs>
Target scaling by request utilization. Only applicable in the App Engine flexible environment.
Constructors
Link copied to clipboard
fun RequestUtilizationArgs(targetConcurrentRequests: Output<Int>? = null, targetRequestCountPerSecond: Output<Int>? = null)