Job

class Job : KotlinCustomResource

Starts a new asynchronous job. Requires the Can View project role. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Required Describes the job configuration.

Link copied to clipboard
val etag: Output<String>

A hash of this resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Optional Reference describing the unique-per-user name of the job.

Link copied to clipboard
val kind: Output<String>

The type of the resource.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selfLink: Output<String>

A URL that can be used to access this resource again.

Link copied to clipboard

Information about the job, including starting time and ending time of the job.

Link copied to clipboard

The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userEmail: Output<String>

Email address of the user who ran the job.