Stream Source Config Sql Server Source Config Exclude Objects Schema Table Args
data class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs(val columns: Output<List<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs>
Constructors
Link copied to clipboard
constructor(columns: Output<List<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs>>? = null, table: Output<String>)
Properties
Link copied to clipboard
val columns: Output<List<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs>>? = null
SQL Server columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.