Class PostgresqlProfile (1.11.0)

PostgresqlProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

PostgreSQL database profile.

Attributes

Name Description
hostname str
Required. Hostname for the PostgreSQL connection.
port int
Port for the PostgreSQL connection, default value is 5432.
username str
Required. Username for the PostgreSQL connection.
password str
Optional. Password for the PostgreSQL connection. Mutually exclusive with the secret_manager_stored_password field.
database str
Required. Database for the PostgreSQL connection.