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
§
Options?: VpnConnectionOptions | null
[src]§
Routes: VpnStaticRoute[]
[src]§
Type?: GatewayType | null
[src]§
VgwTelemetry: VgwTelemetry[]
[src]