StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs

data class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs(val columns: Output<List<StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs>

Properties

Link copied to clipboard

SQL Server 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(): StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs