PostgresqlRdbmsArgs

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

PostgreSQL database structure.

Constructors

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

Properties

Link copied to clipboard

PostgreSQL schemas in the database server.

Functions

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