Stateful Args
data class StatefulArgs(val kind: Output<String>, val maxAgentLifetime: Output<String>, val resourcePredictions: Output<Any>? = null) : ConvertibleToJava<StatefulArgs>
Stateful profile meaning that the machines will be returned to the pool after running a job.