postgresql Schemas
suspend fun postgresqlSchemas(value: Output<List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs>>)
suspend fun postgresqlSchemas(value: List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs>)
Parameters
value
PostgreSQL schemas on the server Structure is documented below.
suspend fun postgresqlSchemas(vararg values: Output<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs>)
suspend fun postgresqlSchemas(values: List<Output<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs>>)
suspend fun postgresqlSchemas(vararg values: StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs)
Parameters
values
PostgreSQL schemas on the server Structure is documented below.
suspend fun postgresqlSchemas(argument: List<suspend StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgsBuilder.() -> Unit>)
suspend fun postgresqlSchemas(vararg argument: suspend StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgsBuilder.() -> Unit)
suspend fun postgresqlSchemas(argument: suspend StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgsBuilder.() -> Unit)
Parameters
argument
PostgreSQL schemas on the server Structure is documented below.