PostgresqlRdbmsArgs

data class PostgresqlRdbmsArgs(val postgresqlSchemas: Output<List<PostgresqlSchemaArgs>>? = null) : ConvertibleToJava<PostgresqlRdbmsArgs>

PostgreSQL database structure.

Constructors

Link copied to clipboard
fun PostgresqlRdbmsArgs(postgresqlSchemas: Output<List<PostgresqlSchemaArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PostgresqlRdbmsArgs

Properties

Link copied to clipboard

PostgreSQL schemas in the database server.