RunBookDraftParameterArgs

data class RunBookDraftParameterArgs(val defaultValue: Output<String>? = null, val key: Output<String>, val mandatory: Output<Boolean>? = null, val position: Output<Int>? = null, val type: Output<String>) : ConvertibleToJava<RunBookDraftParameterArgs>

Constructors

Link copied to clipboard
constructor(defaultValue: Output<String>? = null, key: Output<String>, mandatory: Output<Boolean>? = null, position: Output<Int>? = null, type: Output<String>)

Properties

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

Specifies the default value of the parameter.

Link copied to clipboard
val key: Output<String>

The name of the parameter.

Link copied to clipboard
val mandatory: Output<Boolean>? = null

Whether this parameter is mandatory.

Link copied to clipboard
val position: Output<Int>? = null

Specifies the position of the parameter.

Link copied to clipboard
val type: Output<String>

Specifies the type of this parameter.

Functions

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