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

EkmConnection

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

Details about the EKM connection

interface EkmConnection {
connectionError?: ConnectionError;
connectionName?: string;
readonly connectionState?:
| "CONNECTION_STATE_UNSPECIFIED"
| "AVAILABLE"
| "NOT_AVAILABLE"
| "ERROR"
| "PERMISSION_DENIED";
}

§Properties

§
connectionError?: ConnectionError
[src]

The connection error that occurred if any

§
connectionName?: string
[src]

Resource name of the EKM connection in the format: projects/{project}/locations/{location}/ekmConnections/{ekm_connection}

§
readonly connectionState?: "CONNECTION_STATE_UNSPECIFIED" | "AVAILABLE" | "NOT_AVAILABLE" | "ERROR" | "PERMISSION_DENIED"
[src]

Output only. The connection state