Scheduler Resource Args
data class SchedulerResourceArgs(val count: Output<Int>? = null, val cpu: Output<Double>? = null, val memoryGb: Output<Double>? = null, val storageGb: Output<Double>? = null) : ConvertibleToJava<SchedulerResourceArgs>
Configuration for resources used by Airflow schedulers.
Constructors
Link copied to clipboard
fun SchedulerResourceArgs(count: Output<Int>? = null, cpu: Output<Double>? = null, memoryGb: Output<Double>? = null, storageGb: Output<Double>? = null)