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