Package-level declarations

Types

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

Job Resource. API Version: 2020-11-01.

Link copied to clipboard
data class JobArgs(val deliveryInfo: Output<JobDeliveryInfoArgs>? = null, val deliveryType: Output<Either<String, JobDeliveryType>>? = null, val details: Output<Any>? = null, val identity: Output<ResourceIdentityArgs>? = null, val jobName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val transferType: Output<Either<String, TransferType>>? = null) : ConvertibleToJava<JobArgs>

Job Resource. API Version: 2020-11-01.

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