StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs

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

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(): StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs