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

VirtualGateway

import type { VirtualGateway } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";

Information about a virtual private gateway for a private virtual interface.

interface VirtualGateway {
virtualGatewayId?: string | null;
virtualGatewayState?: string | null;
}

§Properties

§
virtualGatewayId?: string | null
[src]

The ID of the virtual private gateway.

§
virtualGatewayState?: string | null
[src]

The state of the virtual private gateway. The following are the possible values:

  • pending: Initial state after creating the virtual private gateway.
  • available: Ready for use by a private virtual interface.
  • deleting: Initial state after deleting the virtual private gateway.
  • deleted: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.