Optional
command?: stringOptional
cpuLimit?: numberCPU limit of the job.
Optional
cronSchedule?: Jobs.v1alpha1.UpdateJobDefinitionRequestCronScheduleConfigOptional
description?: stringDescription of the job.
Optional
environmentVariables?: Record<string, string>Environment variables of the job.
Optional
imageUri?: stringImage to use for the job.
UUID of the job definition to update.
Optional
jobTimeout?: stringTimeout of the job in seconds.
Optional
localStorageCapacity?: numberLocal storage capacity of the job (in MiB).
Optional
memoryLimit?: numberMemory limit of the job (in MiB).
Optional
name?: stringName of the job definition.
Optional
region?: RegionRegion to target. If none is passed will use default region from the config.
Startup command.