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

GoogleCloudConnectorsV1ConnectionStatus

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

ConnectionStatus indicates the state of the connection.

interface GoogleCloudConnectorsV1ConnectionStatus {
description?: string;
state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "INACTIVE"
| "DELETING"
| "UPDATING"
| "ERROR"
| "AUTHORIZATION_REQUIRED";
status?: string;
}

§Properties

§
description?: string
[src]

Description.

§
state?: "STATE_UNSPECIFIED" | "CREATING" | "ACTIVE" | "INACTIVE" | "DELETING" | "UPDATING" | "ERROR" | "AUTHORIZATION_REQUIRED"
[src]

State.

§
status?: string
[src]

Status provides detailed information for the state.