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