com.pulumi.azure.automation.kotlin.inputs.RunBookJobScheduleArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.automation.kotlin.inputs
import com.pulumi.azure.automation.inputs.RunBookJobScheduleArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property jobScheduleId The UUID of automation runbook job schedule ID.
* @property parameters A map of key/value pairs corresponding to the arguments that can be passed to the Runbook.
* > **NOTE:** The parameter keys/names must strictly be in lowercase, even if this is not the case in the runbook. This is due to a limitation in Azure Automation where the parameter names are normalized. The values specified don't have this limitation.
* @property runOn Name of a Hybrid Worker Group the Runbook will be executed on.
* @property scheduleName The name of the Schedule.
*/
public data class RunBookJobScheduleArgs(
public val jobScheduleId: Output? = null,
public val parameters: Output