Stream Source Config Oracle Source Config Include Objects Oracle Schema Oracle Table Oracle Column Args
data class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val encoding: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs>
Constructors
Link copied to clipboard
constructor(column: Output<String>? = null, dataType: Output<String>? = null, encoding: Output<String>? = null, length: Output<Int>? = null, nullable: Output<Boolean>? = null, ordinalPosition: Output<Int>? = null, precision: Output<Int>? = null, primaryKey: Output<Boolean>? = null, scale: Output<Int>? = null)