Postgresql Schema Args
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)