Job Template Args
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.
Properties
Link copied to clipboard
The configuration for this template.
Link copied to clipboard
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*
.