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

ConnectionProfile

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

A set of reusable connection configurations to be used as a source or destination for a stream.

interface ConnectionProfile {
bigqueryProfile?: BigQueryProfile;
readonly createTime?: Date;
displayName?: string;
forwardSshConnectivity?: ForwardSshTunnelConnectivity;
gcsProfile?: GcsProfile;
labels?: {
[key: string]: string;
}
;
mysqlProfile?: MysqlProfile;
readonly name?: string;
oracleProfile?: OracleProfile;
postgresqlProfile?: PostgresqlProfile;
privateConnectivity?: PrivateConnectivity;
sqlServerProfile?: SqlServerProfile;
staticServiceIpConnectivity?: StaticServiceIpConnectivity;
readonly updateTime?: Date;
}

§Properties

§
bigqueryProfile?: BigQueryProfile
[src]

BigQuery Connection Profile configuration.

§
readonly createTime?: Date
[src]

Output only. The create time of the resource.

§
displayName?: string
[src]

Required. Display name.

§
forwardSshConnectivity?: ForwardSshTunnelConnectivity
[src]

Forward SSH tunnel connectivity.

§
gcsProfile?: GcsProfile
[src]

Cloud Storage ConnectionProfile configuration.

§
labels?: {
[key: string]: string;
}
[src]

Labels.

§
mysqlProfile?: MysqlProfile
[src]

MySQL ConnectionProfile configuration.

§
readonly name?: string
[src]

Output only. The resource's name.

§
oracleProfile?: OracleProfile
[src]

Oracle ConnectionProfile configuration.

§
postgresqlProfile?: PostgresqlProfile
[src]

PostgreSQL Connection Profile configuration.

§
privateConnectivity?: PrivateConnectivity
[src]

Private connectivity.

§
sqlServerProfile?: SqlServerProfile
[src]

SQLServer Connection Profile configuration.

§
staticServiceIpConnectivity?: StaticServiceIpConnectivity
[src]

Static Service IP connectivity.

§
readonly updateTime?: Date
[src]

Output only. The update time of the resource.