StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs

data class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs(val schema: Output<String>, val tables: Output<List<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs>>? = null) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs>

Constructors

Properties

Link copied to clipboard
val schema: Output<String>

Schema name.

Link copied to clipboard

Tables in the database. Structure is documented below.

Functions

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