JobTemplate

This entity describes a job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the job template.

Link copied to clipboard

The date and time when the job template was created.

Link copied to clipboard

The user who created the job template.

Link copied to clipboard

The error message in case the decryption of job template fails.

Link copied to clipboard
val id: String?

The ID of the job template.

Link copied to clipboard

The job template data which holds values of StartJobRun API request.

Link copied to clipboard

The KMS key ARN used to encrypt the job template.

Link copied to clipboard
val name: String?

The name of the job template.

Link copied to clipboard

The tags assigned to the job template.

Functions

Link copied to clipboard
inline fun copy(block: JobTemplate.Builder.() -> Unit = {}): JobTemplate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String