StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs

data class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs(val oracleColumns: Output<List<StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs>

Properties

Link copied to clipboard

Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.

Link copied to clipboard
val table: Output<String>

Table name.

Functions

Link copied to clipboard
open override fun toJava(): StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs