StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs

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

Constructors

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