JobResourcePropertiesArgs

data class JobResourcePropertiesArgs(val managedComponentReferences: Output<List<ManagedComponentReferenceArgs>>? = null, val source: Output<Any>? = null, val template: Output<JobExecutionTemplateArgs>? = null, val triggerConfig: Output<ManualJobTriggerConfigArgs>? = null) : ConvertibleToJava<JobResourcePropertiesArgs>

Job resource properties payload

Constructors

Link copied to clipboard
constructor(managedComponentReferences: Output<List<ManagedComponentReferenceArgs>>? = null, source: Output<Any>? = null, template: Output<JobExecutionTemplateArgs>? = null, triggerConfig: Output<ManualJobTriggerConfigArgs>? = null)

Properties

Link copied to clipboard

Referenced managed components collection

Link copied to clipboard
val source: Output<Any>? = null

Uploaded source information of the Job.

Link copied to clipboard
val template: Output<JobExecutionTemplateArgs>? = null

The template which is applied for all executions of the Job.

Link copied to clipboard

The Job trigger related configuration.

Functions

Link copied to clipboard
open override fun toJava(): JobResourcePropertiesArgs