Azure PostgreSQL Database API Configuration
Request
POST https://api.fivetran.com/v1/destinations
{ "group_id": "group_id", "service": "azure_postgres_warehouse", "region": "GCP_US_WEST1", "time_zone_offset": "+3", "trust_certificates": true, "trust_fingerprints": true, "run_setup_tests": true, "daylight_saving_time_enabled": true, "hybrid_deployment_agent_id": "hybrid_deployment_agent_id", "private_link_id": "private_link_id", "networking_method": "Directly", "proxy_agent_id": "proxy_agent_id", "config": { "connection_type": "Directly | PrivateLink | SshTunnel | ProxyAgent", "external_id": "external-id-12345", "always_encrypted": true, "tunnel_user": "string", "tunnel_port": 0, "database": "string", "password": "string", "auth_method": "ENTRA_ID", "role_arn": "arn:aws:iam::123456789012:role/MyRole", "port": 0, "host": "string", "tunnel_host": "string", "aws_region_code": "us-east-1", "user": "string" } }
Config parameters
| Name | Description |
|---|---|
connection_type | |
external_id | AWS external ID for authentication. Required when auth_method is set to AWS_IAM. |
always_encrypted | |
tunnel_user | |
tunnel_port | |
database | |
password | |
auth_method | Authentication method. Default value: PASSWORD. |
role_arn | AWS IAM role ARN for authentication. Required when auth_method is set to AWS_IAM. |
port | |
host | |
tunnel_host | |
aws_region_code | AWS region code. Required when auth_method is set to AWS_IAM. |
user |