JobExecutionTemplateArgs

data class JobExecutionTemplateArgs(val args: Output<List<String>>? = null, val environmentVariables: Output<List<EnvVarArgs>>? = null, val resourceRequests: Output<JobResourceRequestsArgs>? = null) : ConvertibleToJava<JobExecutionTemplateArgs>

Job's execution template, containing configuration for an execution

Constructors

Link copied to clipboard
constructor(args: Output<List<String>>? = null, environmentVariables: Output<List<EnvVarArgs>>? = null, resourceRequests: Output<JobResourceRequestsArgs>? = null)

Properties

Link copied to clipboard
val args: Output<List<String>>? = null

Arguments for the Job execution.

Link copied to clipboard
val environmentVariables: Output<List<EnvVarArgs>>? = null

Environment variables of Job execution

Link copied to clipboard

The requested resource quantity for required CPU and Memory.

Functions

Link copied to clipboard
open override fun toJava(): JobExecutionTemplateArgs