Dynamic Executor Allocation Args
data class DynamicExecutorAllocationArgs(val enabled: Output<Boolean>? = null, val maxExecutors: Output<Int>? = null, val minExecutors: Output<Int>? = null) : ConvertibleToJava<DynamicExecutorAllocationArgs>
Dynamic Executor Allocation Properties
Constructors
Link copied to clipboard
fun DynamicExecutorAllocationArgs(enabled: Output<Boolean>? = null, maxExecutors: Output<Int>? = null, minExecutors: Output<Int>? = null)