PostgresqlSchemaArgs

data class PostgresqlSchemaArgs(val postgresqlTables: Output<List<PostgresqlTableArgs>>? = null, val schema: Output<String>? = null) : ConvertibleToJava<PostgresqlSchemaArgs>

PostgreSQL schema.

Constructors

Link copied to clipboard
constructor(postgresqlTables: Output<List<PostgresqlTableArgs>>? = null, schema: Output<String>? = null)

Properties

Link copied to clipboard

Tables in the schema.

Link copied to clipboard
val schema: Output<String>? = null

Schema name.

Functions

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