scaleway.serverless_jobs.v1alpha2.CreateSecretsRequest.SecretConfig
secret_manager_idsecret_manager_versionpathenv_var_namescaleway.serverless_jobs.v1alpha2.JobDefinition
idUUID of the job definition. (UUID format)
nameName of the job definition.
project_idUUID of the Scaleway Project containing the job. (UUID format)
created_atCreation date of the job definition. (RFC 3339 format)
updated_atLast update date of the job definition. (RFC 3339 format)
cpu_limitCPU limit of the job (in mvCPU).
memory_limitMemory limit of the job (in MiB).
local_storage_capacityLocal storage capacity of the job (in MiB).
image_uriImage to use for the job.
Environment variables of the job.
job_timeoutTimeout of the job in seconds. (in seconds)
descriptionDescription of the job.
Configure a cron for the job.
startup_commandJob startup command.
argsJob arguments passed to the startup command at runtime.
Retry behaviour in case of job failure.
regionThe region you want to target
commandDeprecated, please use startup_command instead.
scaleway.serverless_jobs.v1alpha2.JobRun
idUUID of the job run. (UUID format)
job_definition_idUUID of the job definition. (UUID format)
created_atCreation date of the job run. (RFC 3339 format)
updated_atLast update date of the job run. (RFC 3339 format)
started_atStart date of the job run. (RFC 3339 format)
terminated_atTermination date of the job run. (RFC 3339 format)
run_durationDuration of the job run. (in seconds)
stateState of the job run.
reasonReason for failure if the job failed.
exit_codeExit code of the job.
error_messageError message if the job failed.
cpu_limitCPU limit of the job (in mvCPU).
memory_limitMemory limit of the job (in MiB).
local_storage_capacityLocal storage capacity of the job (in MiB).
Environment variables of the job run.
startup_commandJob startup command.
argsJob arguments passed to the startup command at runtime.
attemptsNumber of retry attempts.
regionThe region you want to target
commandDeprecated, please use startup_command instead.
scaleway.serverless_jobs.v1alpha2.JobRun.Reason
scaleway.serverless_jobs.v1alpha2.JobRun.State
scaleway.serverless_jobs.v1alpha2.ListJobDefinitionsRequest.OrderBy
scaleway.serverless_jobs.v1alpha2.ListJobRunsRequest.OrderBy
scaleway.serverless_jobs.v1alpha2.ListSecretsResponse
List of secret references within a job definition.
total_countTotal count of secret references within a job definition.
scaleway.serverless_jobs.v1alpha2.Secret
job_definition_idUUID of the job definition. (UUID format)
secret_idUUID of the secret reference within the job. (UUID format)
secret_manager_idUUID of the secret in Secret Manager. (UUID format)
secret_manager_versionVersion of the secret in Secret Manager.
File secret mounted inside the job.
Environment variable used to expose the secret.
scaleway.serverless_jobs.v1alpha2.StartJobDefinitionResponse
List of started job runs.