postgresql Tables
suspend fun postgresqlTables(value: Output<List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>>)
suspend fun postgresqlTables(value: List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>?)
Parameters
value
Tables in the schema. Structure is documented below.
suspend fun postgresqlTables(vararg values: Output<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>)
suspend fun postgresqlTables(values: List<Output<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>>)
suspend fun postgresqlTables(vararg values: StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs)
Parameters
values
Tables in the schema. Structure is documented below.
suspend fun postgresqlTables(argument: List<suspend StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgsBuilder.() -> Unit>)
suspend fun postgresqlTables(vararg argument: suspend StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgsBuilder.() -> Unit)
suspend fun postgresqlTables(argument: suspend StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgsBuilder.() -> Unit)
Parameters
argument
Tables in the schema. Structure is documented below.