Stream Source Config Oracle Source Config Include Objects Oracle Schema Oracle Table Args
data class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs(val oracleColumns: Output<List<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs>
Constructors
Link copied to clipboard
constructor(oracleColumns: Output<List<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs>>? = null, table: Output<String>)
Properties
Link copied to clipboard
val oracleColumns: Output<List<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs>>? = null
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.