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

PscServiceAttachment

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

Configuration of a service attachment of the cluster, for creating PSC connections.

interface PscServiceAttachment {
readonly connectionType?:
| "CONNECTION_TYPE_UNSPECIFIED"
| "CONNECTION_TYPE_DISCOVERY"
| "CONNECTION_TYPE_PRIMARY"
| "CONNECTION_TYPE_READER";
readonly serviceAttachment?: string;
}

§Properties

§
readonly connectionType?: "CONNECTION_TYPE_UNSPECIFIED" | "CONNECTION_TYPE_DISCOVERY" | "CONNECTION_TYPE_PRIMARY" | "CONNECTION_TYPE_READER"
[src]

Output only. Type of a PSC connection targeting this service attachment.

§
readonly serviceAttachment?: string
[src]

Output only. Service attachment URI which your self-created PscConnection should use as target