Interface protos.google.cloud.datastream.v1.IPostgresqlProfile (3.4.0)

Properties of a PostgresqlProfile.

Package

@google-cloud/datastream

Properties

database

database?: (string|null);

PostgresqlProfile database

hostname

hostname?: (string|null);

PostgresqlProfile hostname

password

password?: (string|null);

PostgresqlProfile password

port

port?: (number|null);

PostgresqlProfile port

sslConfig

sslConfig?: (google.cloud.datastream.v1.IPostgresqlSslConfig|null);

PostgresqlProfile sslConfig

username

username?: (string|null);

PostgresqlProfile username