DataFlowReferenceArgs

data class DataFlowReferenceArgs(val datasetParameters: Output<Any>? = null, val parameters: Output<Map<String, Any>>? = null, val referenceName: Output<String>, val type: Output<Either<String, DataFlowReferenceType>>) : ConvertibleToJava<DataFlowReferenceArgs>

Data flow reference type.

Constructors

Link copied to clipboard
constructor(datasetParameters: Output<Any>? = null, parameters: Output<Map<String, Any>>? = null, referenceName: Output<String>, type: Output<Either<String, DataFlowReferenceType>>)

Properties

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

Reference data flow parameters from dataset.

Link copied to clipboard
val parameters: Output<Map<String, Any>>? = null

Data flow parameters

Link copied to clipboard
val referenceName: Output<String>

Reference data flow name.

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

Data flow reference type.

Functions

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