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

ConnectorConfiguration

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

Represents concrete parameter values for Connector Configuration.

interface ConnectorConfiguration {
connectorId?: string;
}

§Properties

§

Optional. Data asset.

§

Client authentication.

§
connectorId?: string
[src]

Required. Immutable. The ID of the Connector these parameters are configured for.

§

Specifies how to reach the remote system this connection is pointing to.

§

Networking configuration.