Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Job : KotlinCustomResource

Create a Job. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class JobArgs(val allocationPolicy: Output<AllocationPolicyArgs>? = null, val jobId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val logsPolicy: Output<LogsPolicyArgs>? = null, val notifications: Output<List<JobNotificationArgs>>? = null, val priority: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val taskGroups: Output<List<TaskGroupArgs>>? = null) : ConvertibleToJava<JobArgs>

Create a Job. Auto-naming is currently not supported for this resource.

Link copied to clipboard

Builder for JobArgs.

Link copied to clipboard
object JobMapper : ResourceMapper<Job>
Link copied to clipboard

Builder for Job.

Functions

Link copied to clipboard
fun job(name: String): Job
suspend fun job(name: String, block: suspend JobResourceBuilder.() -> Unit): Job