Postgresql Table Args
data class PostgresqlTableArgs(val postgresqlColumns: Output<List<PostgresqlColumnArgs>>? = null, val table: Output<String>? = null) : ConvertibleToJava<PostgresqlTableArgs>
PostgreSQL table.
Constructors
Link copied to clipboard
constructor(postgresqlColumns: Output<List<PostgresqlColumnArgs>>? = null, table: Output<String>? = null)