instanceConnectionName: String()

in system-test/pg-connect.ts [56:60]


    instanceConnectionName: String(process.env.POSTGRES_CONNECTION_NAME),
    ipType: process.env.IP_TYPE || IpAddressTypes.PUBLIC,
    authType: AuthTypes.IAM,
  });
  const client = new Client({