Reference Input Properties Args
data class ReferenceInputPropertiesArgs(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<ReferenceInputPropertiesArgs>
The properties that are associated with an input containing reference data.
Constructors
Link copied to clipboard
fun ReferenceInputPropertiesArgs(compression: Output<CompressionArgs>? = null, datasource: Output<Any>? = null, partitionKey: Output<String>? = null, serialization: Output<Any>? = null, type: Output<String>)