Stream Source Config Postgresql Source Config Exclude Objects Postgresql Schema Args
data class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs(val postgresqlTables: Output<List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs>
Constructors
Link copied to clipboard
constructor(postgresqlTables: Output<List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null, schema: Output<String>)
Properties
Link copied to clipboard
val postgresqlTables: Output<List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null
Tables in the schema. Structure is documented below.