config

package
v0.0.0-...-a46c5bf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetConnectTimeout

func GetConnectTimeout(ctx *pulumi.Context) int

Maximum wait for connection, in seconds. Zero or not specified means wait indefinitely.

func GetDatabase

func GetDatabase(ctx *pulumi.Context) string

The name of the database to connect to in order to conenct to (defaults to `postgres`).

func GetDatabaseUsername

func GetDatabaseUsername(ctx *pulumi.Context) string

Database username associated to the connected user (for user name maps)

func GetExpectedVersion

func GetExpectedVersion(ctx *pulumi.Context) string

Specify the expected version of PostgreSQL.

func GetHost

func GetHost(ctx *pulumi.Context) string

Name of PostgreSQL server address to connect to

func GetMaxConnections

func GetMaxConnections(ctx *pulumi.Context) int

Maximum number of connections to establish to the database. Zero means unlimited.

func GetPassword

func GetPassword(ctx *pulumi.Context) string

Password to be used if the PostgreSQL server demands password authentication

func GetPort

func GetPort(ctx *pulumi.Context) int

The PostgreSQL port number to connect to at the server host, or socket file name extension for Unix-domain connections

func GetSslMode

func GetSslMode(ctx *pulumi.Context) string

func GetSslmode

func GetSslmode(ctx *pulumi.Context) string

This option determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the PostgreSQL server

func GetUsername

func GetUsername(ctx *pulumi.Context) string

PostgreSQL user name to connect as

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL