RunBookJobScheduleArgs

data class RunBookJobScheduleArgs(val jobScheduleId: Output<String>? = null, val parameters: Output<Map<String, String>>? = null, val runOn: Output<String>? = null, val scheduleName: Output<String>) : ConvertibleToJava<RunBookJobScheduleArgs>

Constructors

Link copied to clipboard
constructor(jobScheduleId: Output<String>? = null, parameters: Output<Map<String, String>>? = null, runOn: Output<String>? = null, scheduleName: Output<String>)

Properties

Link copied to clipboard
val jobScheduleId: Output<String>? = null

The UUID of automation runbook job schedule ID.

Link copied to clipboard
val parameters: Output<Map<String, String>>? = null

A map of key/value pairs corresponding to the arguments that can be passed to the Runbook.

Link copied to clipboard
val runOn: Output<String>? = null

Name of a Hybrid Worker Group the Runbook will be executed on.

Link copied to clipboard
val scheduleName: Output<String>

The name of the Schedule.

Functions

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