![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.automation.kotlin.inputs.RunbookDraftArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.automation.kotlin.inputs
import com.pulumi.azurenative.automation.inputs.RunbookDraftArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property creationTime Gets or sets the creation time of the runbook draft.
* @property draftContentLink Gets or sets the draft runbook content link.
* @property inEdit Gets or sets whether runbook is in edit mode.
* @property lastModifiedTime Gets or sets the last modified time of the runbook draft.
* @property outputTypes Gets or sets the runbook output types.
* @property parameters Gets or sets the runbook draft parameters.
*/
public data class RunbookDraftArgs(
public val creationTime: Output? = null,
public val draftContentLink: Output? = null,
public val inEdit: Output? = null,
public val lastModifiedTime: Output? = null,
public val outputTypes: Output>? = null,
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy