Interface protos.google.cloud.datastream.v1.IPostgresqlProfile (3.1.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

username

username?: (string|null);

PostgresqlProfile username