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.