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

VpnConnection

import type { VpnConnection } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface VpnConnection {
Category?: string | null;
CustomerGatewayConfiguration?: string | null;
CustomerGatewayId?: string | null;
Options?: VpnConnectionOptions | null;
Routes: VpnStaticRoute[];
State?: VpnState | null;
Tags: Tag[];
TransitGatewayId?: string | null;
Type?: GatewayType | null;
VgwTelemetry: VgwTelemetry[];
VpnConnectionId?: string | null;
VpnGatewayId?: string | null;
}

§Properties

§
Category?: string | null
[src]
§
CustomerGatewayConfiguration?: string | null
[src]
§
CustomerGatewayId?: string | null
[src]
§
State?: VpnState | null
[src]
§
Tags: Tag[]
[src]
§
TransitGatewayId?: string | null
[src]
§
Type?: GatewayType | null
[src]
§
VgwTelemetry: VgwTelemetry[]
[src]
§
VpnConnectionId?: string | null
[src]
§
VpnGatewayId?: string | null
[src]