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

VgwTelemetry

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

Describes telemetry for a VPN tunnel.

interface VgwTelemetry {
AcceptedRouteCount?: number | null;
CertificateArn?: string | null;
LastStatusChange?: Date | number | null;
OutsideIpAddress?: string | null;
Status?: TelemetryStatus | null;
StatusMessage?: string | null;
}

§Properties

§
AcceptedRouteCount?: number | null
[src]

The number of accepted routes.

§
CertificateArn?: string | null
[src]

The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

§
LastStatusChange?: Date | number | null
[src]

The date and time of the last change in status.

§
OutsideIpAddress?: string | null
[src]

The Internet-routable IP address of the virtual private gateway's outside interface.

§
Status?: TelemetryStatus | null
[src]

The status of the VPN tunnel.

§
StatusMessage?: string | null
[src]

If an error occurs, a description of the error.