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