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

ClientVpnEndpointStatus

import type { ClientVpnEndpointStatus } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";

Describes the state of a Client VPN endpoint.

interface ClientVpnEndpointStatus {
Message?: string | null;
}

§Properties

§

The state of the Client VPN endpoint. Possible states include:

  • pending-associate - The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections.
  • available - The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections.
  • deleting - The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections.
  • deleted - The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
§
Message?: string | null
[src]

A message about the status of the Client VPN endpoint.