Class PostgresqlProfile (1.12.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.
ssl_config google.cloud.datastream_v1.types.PostgresqlSslConfig
Optional. SSL configuration for the PostgreSQL connection. In case PostgresqlSslConfig is not set, the connection will use the default SSL mode, which is prefer (i.e. this mode will only use encryption if enabled from database side, otherwise will use unencrypted communication)