Worker Config Args
data class WorkerConfigArgs(val diskSizeGb: Output<String>? = null, val machineType: Output<String>? = null) : ConvertibleToJava<WorkerConfigArgs>
WorkerConfig defines the configuration to be used for a creating workers in the pool.