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

Connection

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

Configuration parameters to establish connection with an external data source, except the credential attributes.

interface Connection {
cloudResource?: CloudResourceProperties;
cloudSpanner?: CloudSpannerProperties;
cloudSql?: CloudSqlProperties;
configuration?: ConnectorConfiguration;
readonly creationTime?: bigint;
description?: string;
friendlyName?: string;
readonly hasCredential?: boolean;
kmsKeyName?: string;
readonly lastModifiedTime?: bigint;
readonly name?: string;
salesforceDataCloud?: SalesforceDataCloudProperties;
}

§Properties

§

Amazon Web Services (AWS) properties.

§

Azure properties.

§

Cloud Resource properties.

§

Cloud Spanner properties.

§

Cloud SQL properties.

§

Optional. Connector configuration.

§
readonly creationTime?: bigint
[src]

Output only. The creation timestamp of the connection.

§
description?: string
[src]

User provided description.

§
friendlyName?: string
[src]

User provided display name for the connection.

§
readonly hasCredential?: boolean
[src]

Output only. True, if credential is configured for this connection.

§
kmsKeyName?: string
[src]

Optional. The Cloud KMS key that is used for encryption. Example: projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]

§
readonly lastModifiedTime?: bigint
[src]

Output only. The last update timestamp of the connection.

§
readonly name?: string
[src]

Output only. The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}

§

Optional. Salesforce DataCloud properties. This field is intended for use only by Salesforce partner projects. This field contains properties for your Salesforce DataCloud connection.

§

Spark properties.