ScriptActivityParameterArgs

data class ScriptActivityParameterArgs(val direction: Output<Either<String, ScriptActivityParameterDirection>>? = null, val name: Output<Any>? = null, val size: Output<Int>? = null, val type: Output<Either<String, ScriptActivityParameterType>>? = null, val value: Output<Any>? = null) : ConvertibleToJava<ScriptActivityParameterArgs>

Parameters of a script block.

Constructors

Link copied to clipboard
constructor(direction: Output<Either<String, ScriptActivityParameterDirection>>? = null, name: Output<Any>? = null, size: Output<Int>? = null, type: Output<Either<String, ScriptActivityParameterType>>? = null, value: Output<Any>? = null)

Properties

Link copied to clipboard
val direction: Output<Either<String, ScriptActivityParameterDirection>>? = null

The direction of the parameter.

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

The name of the parameter. Type: string (or Expression with resultType string).

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

The size of the output direction parameter.

Link copied to clipboard
val type: Output<Either<String, ScriptActivityParameterType>>? = null

The type of the parameter.

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

The value of the parameter. Type: string (or Expression with resultType string).

Functions

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