Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConnectorConfigurationEndpoint

import type { ConnectorConfigurationEndpoint } from "https://googleapis.deno.dev/v1/bigqueryconnection:v1.ts";

Remote endpoint specification.

interface ConnectorConfigurationEndpoint {
hostPort?: string;
}

§Properties

§
hostPort?: string
[src]