ScriptReferenceArgs

data class ScriptReferenceArgs(val scriptArguments: Output<String>? = null, val scriptData: Output<String>? = null, val scriptSource: Output<String>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<ScriptReferenceArgs>

Script reference

Constructors

Link copied to clipboard
constructor(scriptArguments: Output<String>? = null, scriptData: Output<String>? = null, scriptSource: Output<String>? = null, timeout: Output<String>? = null)

Properties

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

Optional command line arguments passed to the script to run.

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

The location of scripts in the mounted volume.

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

The storage source of the script: workspace.

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

Optional time period passed to timeout command.

Functions

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