ComponentSourceArgs

data class ComponentSourceArgs(val name: Output<String>? = null, val originalTransformOrCollection: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<ComponentSourceArgs>

Description of an interstitial value between transforms in an execution stage.

Constructors

Link copied to clipboard
fun ComponentSourceArgs(name: Output<String>? = null, originalTransformOrCollection: Output<String>? = null, userName: Output<String>? = null)

Functions

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

Properties

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

Dataflow service generated name for this source.

Link copied to clipboard

User name for the original user transform or collection with which this source is most closely associated.

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

Human-readable name for this transform; may be user or system generated.