Stream Input Properties Args
data class StreamInputPropertiesArgs(val compression: Output<CompressionArgs>? = null, val datasource: Output<Any>? = null, val partitionKey: Output<String>? = null, val serialization: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<StreamInputPropertiesArgs>
The properties that are associated with an input containing stream data.
Constructors
Link copied to clipboard
fun StreamInputPropertiesArgs(compression: Output<CompressionArgs>? = null, datasource: Output<Any>? = null, partitionKey: Output<String>? = null, serialization: Output<Any>? = null, type: Output<String>)