NodeInputArgs

data class NodeInputArgs(val nodeName: Output<String>) : ConvertibleToJava<NodeInputArgs>

Describes an input signal to be used on a pipeline node.

Constructors

Link copied to clipboard
constructor(nodeName: Output<String>)

Properties

Link copied to clipboard
val nodeName: Output<String>

The name of the upstream node in the pipeline which output is used as input of the current node.

Functions

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