postgresqlSchemas

@JvmName(name = "udgygtbcjovpxtbl")
suspend fun postgresqlSchemas(value: Output<List<PostgresqlSchemaArgs>>)
@JvmName(name = "lbmfdqknpfsaghdm")
suspend fun postgresqlSchemas(value: List<PostgresqlSchemaArgs>?)

Parameters

value

PostgreSQL schemas in the database server.


@JvmName(name = "ledisxbdhelxrmha")
suspend fun postgresqlSchemas(vararg values: Output<PostgresqlSchemaArgs>)


@JvmName(name = "pvdhitlxorypprfq")
suspend fun postgresqlSchemas(values: List<Output<PostgresqlSchemaArgs>>)
@JvmName(name = "qwfmisxfkuapagvh")
suspend fun postgresqlSchemas(vararg values: PostgresqlSchemaArgs)

Parameters

values

PostgreSQL schemas in the database server.


@JvmName(name = "xakyoxjtvuctklwq")
suspend fun postgresqlSchemas(argument: List<suspend PostgresqlSchemaArgsBuilder.() -> Unit>)
@JvmName(name = "xfgfjjcihfxvjheh")
suspend fun postgresqlSchemas(vararg argument: suspend PostgresqlSchemaArgsBuilder.() -> Unit)
@JvmName(name = "rrcvbqwpmlbxdbig")
suspend fun postgresqlSchemas(argument: suspend PostgresqlSchemaArgsBuilder.() -> Unit)

Parameters

argument

PostgreSQL schemas in the database server.