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

AwsEc2VpnConnectionVgwTelemetryDetails

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

Information about the VPN tunnel.

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

§Properties

§
AcceptedRouteCount?: number | null
[src]

The number of accepted routes.

§
CertificateArn?: string | null
[src]

The ARN of the VPN tunnel endpoint certificate.

§
LastStatusChange?: string | null
[src]

The date and time of the last change in status.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
OutsideIpAddress?: string | null
[src]

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

§
Status?: string | null
[src]

The status of the VPN tunnel. Valid values are DOWN or UP.

§
StatusMessage?: string | null
[src]

If an error occurs, a description of the error.