Output Args
data class OutputArgs(val datasource: Output<Any>? = null, val name: Output<String>? = null, val serialization: Output<Any>? = null) : ConvertibleToJava<OutputArgs>
An output object, containing all information associated with the named output. All outputs are contained under a streaming job.
Constructors
Link copied to clipboard
fun OutputArgs(datasource: Output<Any>? = null, name: Output<String>? = null, serialization: Output<Any>? = null)