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

ConnectionDetail

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

Detailed information of each PSC connection.

interface ConnectionDetail {
pscAutoConnection?: PscAutoConnection;
pscConnection?: PscConnection;
}

§Properties

§
pscAutoConnection?: PscAutoConnection
[src]

Detailed information of a PSC connection that is created through service connectivity automation.

§
pscConnection?: PscConnection
[src]

Detailed information of a PSC connection that is created by the customer who owns the cluster.