jobId

@JvmName(name = "mpfbwgxruoghkwnj")
suspend fun jobId(value: Output<String>)
@JvmName(name = "jifsygpvpmanlyfq")
suspend fun jobId(value: String?)

Parameters

value

ID used to uniquely identify the Job within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and '-' are accepted. The '-' character cannot be the first or the last one. A system generated ID will be used if the field is not set. The job.name field in the request will be ignored and the created resource name of the Job will be "{parent}/jobs/{job_id}".