Runtime Software Config Args
constructor(customGpuDriverPath: Output<String>? = null, enableHealthMonitoring: Output<Boolean>? = null, idleShutdown: Output<Boolean>? = null, idleShutdownTimeout: Output<Int>? = null, installGpuDriver: Output<Boolean>? = null, kernels: Output<List<RuntimeSoftwareConfigKernelArgs>>? = null, notebookUpgradeSchedule: Output<String>? = null, postStartupScript: Output<String>? = null, postStartupScriptBehavior: Output<String>? = null, upgradeable: Output<Boolean>? = null)