Documentation ¶
Index ¶
- func GetConnectTimeout(ctx *pulumi.Context) int
- func GetDatabase(ctx *pulumi.Context) string
- func GetDatabaseUsername(ctx *pulumi.Context) string
- func GetExpectedVersion(ctx *pulumi.Context) string
- func GetHost(ctx *pulumi.Context) string
- func GetMaxConnections(ctx *pulumi.Context) int
- func GetPassword(ctx *pulumi.Context) string
- func GetPort(ctx *pulumi.Context) int
- func GetSslMode(ctx *pulumi.Context) string
- func GetSslmode(ctx *pulumi.Context) string
- func GetSuperuser(ctx *pulumi.Context) bool
- func GetUsername(ctx *pulumi.Context) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConnectTimeout ¶
Maximum wait for connection, in seconds. Zero or not specified means wait indefinitely.
func GetDatabase ¶
The name of the database to connect to in order to conenct to (defaults to `postgres`).
func GetDatabaseUsername ¶
Database username associated to the connected user (for user name maps)
func GetExpectedVersion ¶
Specify the expected version of PostgreSQL.
func GetMaxConnections ¶
Maximum number of connections to establish to the database. Zero means unlimited.
func GetPassword ¶
Password to be used if the PostgreSQL server demands password authentication
func GetPort ¶
The PostgreSQL port number to connect to at the server host, or socket file name extension for Unix-domain connections
func GetSslMode ¶
func GetSslmode ¶
This option determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the PostgreSQL server
func GetSuperuser ¶
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)
Types ¶
This section is empty.