StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs

data class StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs(val postgresqlColumns: Output<List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>

Properties

Link copied to clipboard

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.

Link copied to clipboard
val table: Output<String>

Table name.

Functions

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