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