Azure Database for PostgreSQL is a relational database service based on the open-source Postgres database engine. It's a fully managed database-as-a-service that can handle mission-critical worklo
type
azure-postgresql
connected_resource_types
List of resource types to sync. The following are the available resource type/s you can use:
azure-postgresql
azure-postgresql-database
azure-postgresql-table
azure-postgresql-role
hostname
(Required | String) Hostname
port
(Required | String) Port
Default value: 5432
dbname
(Required | String) Database Name
Default value: postgres
sslmode
(Required | String) SSL Mode
Default value: disable
Possible values: disable, allow, prefer, require, verify-ca, verify-full