StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs

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

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(): StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs