JobTemplateArgs

data class JobTemplateArgs(val config: Output<JobConfigArgs>? = null, val jobTemplateId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<JobTemplateArgs>

Creates a job template in the specified region.

Constructors

Link copied to clipboard
constructor(config: Output<JobConfigArgs>? = null, jobTemplateId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard
val config: Output<JobConfigArgs>? = null

The configuration for this template.

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

Required. The ID to use for the job template, which will become the final component of the job template's resource name. This value should be 4-63 characters, and valid characters must match the regular expression a-zA-Z*.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

The labels associated with this job template. You can use these to organize and group your job templates.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

The resource name of the job template. Format: projects/{project_number}/locations/{location}/jobTemplates/{job_template}

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

Functions

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