package
2.10.0
Repository: https://github.com/pulumi/pulumi-postgresql.git
Documentation: pkg.go.dev

# Functions

SSL client certificate if required by the database.
Maximum wait for connection, in seconds.
The name of the database to connect to in order to conenct to (defaults to `postgres`).
Database username associated to the connected user (for user name maps).
Specify the expected version of PostgreSQL.
Name of PostgreSQL server address to connect to.
Maximum number of connections to establish to the database.
Password to be used if the PostgreSQL server demands password authentication.
The PostgreSQL port number to connect to at the server host, or socket file name extension for Unix-domain connections.
No description provided by the author
This option determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the PostgreSQL server.
Deprecated: Rename PostgreSQL provider `ssl_mode` attribute to `sslmode`.
The SSL server root certificate file path.
Specify if the user to connect as is a Postgres superuser or not.If not, some feature might be disabled (e.g.: Refreshing state password from Postgres).
PostgreSQL user name to connect as.
PkgVersion uses reflection to determine the version of the current package.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

ClientcertInput is an input type that accepts ClientcertArgs and ClientcertOutput values.