getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Gets the resource representation for a job in a project.

Return

null

Parameters

argument

null


suspend fun getJob(jobId: String, project: String? = null, region: String): GetJobResult

Return

null

Parameters

jobId
project
region

See also


suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.dataproc.v1.kotlin.inputs.GetJobPlainArgs.

See also