VariableSpecificationArgs

data class VariableSpecificationArgs(val defaultValue: Output<Any>? = null, val type: Output<Either<String, VariableType>>) : ConvertibleToJava<VariableSpecificationArgs>

Definition of a single variable for a Pipeline.

Constructors

Link copied to clipboard
constructor(defaultValue: Output<Any>? = null, type: Output<Either<String, VariableType>>)

Properties

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

Default value of variable.

Link copied to clipboard
val type: Output<Either<String, VariableType>>

Variable type.

Functions

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