Job Resource Properties Args
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)