Data Flow Reference Args
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
fun DataFlowReferenceArgs(datasetParameters: Output<Any>? = null, parameters: Output<Map<String, Any>>? = null, referenceName: Output<String>, type: Output<Either<String, DataFlowReferenceType>>)