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

ProjectsLocationsConnectionsCreateOptions

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

Additional options for BigQueryConnection#projectsLocationsConnectionsCreate.

interface ProjectsLocationsConnectionsCreateOptions {
connectionId?: string;
}

§Properties

§
connectionId?: string
[src]

Optional. Connection id that should be assigned to the created connection.