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