maxWorkers

@JvmName(name = "lmufnmfeuwkqlpna")
suspend fun maxWorkers(value: Output<Int>)
@JvmName(name = "abchqvrpuvvbprti")
suspend fun maxWorkers(value: Int?)

Parameters

value

The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow workers up to the number you specify in the MaxWorkers field. For example, 20 . When there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one worker that is included with your environment, or the number you specify in MinWorkers .