StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs

data class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs(val oracleTables: Output<List<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

Tables in the database. Structure is documented below.

Link copied to clipboard
val schema: Output<String>

Schema name.