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