StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs

data class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs(val postgresqlTables: Output<List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs>

Properties

Link copied to clipboard

Tables in the schema. Structure is documented below.

Link copied to clipboard
val schema: Output<String>

Database name.

Functions

Link copied to clipboard
open override fun toJava(): StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs