RuntimeSoftwareConfigArgs

constructor(customGpuDriverPath: Output<String>? = null, disableTerminal: Output<Boolean>? = null, enableHealthMonitoring: Output<Boolean>? = null, idleShutdown: Output<Boolean>? = null, idleShutdownTimeout: Output<Int>? = null, installGpuDriver: Output<Boolean>? = null, kernels: Output<List<ContainerImageArgs>>? = null, mixerDisabled: Output<Boolean>? = null, notebookUpgradeSchedule: Output<String>? = null, postStartupScript: Output<String>? = null, postStartupScriptBehavior: Output<RuntimeSoftwareConfigPostStartupScriptBehavior>? = null)