toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datastream.v1.kotlin.outputs
/
PostgresqlRdbmsResponse
Postgresql
Rdbms
Response
data
class
PostgresqlRdbmsResponse
(
val
postgresqlSchemas
:
List
<
PostgresqlSchemaResponse
>
)
PostgreSQL database structure.
Members
Constructors
Postgresql
Rdbms
Response
Link copied to clipboard
constructor
(
postgresqlSchemas
:
List
<
PostgresqlSchemaResponse
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
postgresql
Schemas
Link copied to clipboard
val
postgresqlSchemas
:
List
<
PostgresqlSchemaResponse
>
PostgreSQL schemas in the database server.