concurrency

@JvmName(name = "wvjxswvhwcqdleqp")
suspend fun concurrency(value: Output<String>)
@JvmName(name = "isxphuatgxjkmlvy")
suspend fun concurrency(value: String?)

Parameters

value

Maximum number of queries that are allowed to run concurrently in this reservation. This is a soft limit due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency will be automatically set based on the reservation size.