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

ClusterEndpoint

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

ClusterEndpoint consists of PSC connections that are created as a group in each VPC network for accessing the cluster. In each group, there shall be one connection for each service attachment in the cluster.

interface ClusterEndpoint {
connections?: ConnectionDetail[];
}

§Properties

§
connections?: ConnectionDetail[]
[src]

Required. A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.