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;
}