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