StreamBackfillAllOracleExcludedObjectsOracleSchemaArgs

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

Constructors

constructor(oracleTables: Output<List<StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableArgs>>? = null, schema: Output<String>)

Properties

Link copied to clipboard

Tables in the database. Structure is documented below.

Link copied to clipboard
val schema: Output<String>

Schema name.

Functions

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