ConnectionProfilePostgresqlArgs

constructor(alloydbClusterId: Output<String>? = null, cloudSqlId: Output<String>? = null, host: Output<String>? = null, networkArchitecture: Output<String>? = null, password: Output<String>? = null, passwordSet: Output<Boolean>? = null, port: Output<Int>? = null, ssl: Output<ConnectionProfilePostgresqlSslArgs>? = null, username: Output<String>? = null)