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

ClientVpnRoute

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

Information about a Client VPN endpoint route.

interface ClientVpnRoute {
ClientVpnEndpointId?: string | null;
Description?: string | null;
DestinationCidr?: string | null;
Origin?: string | null;
Status?: ClientVpnRouteStatus | null;
TargetSubnet?: string | null;
Type?: string | null;
}

§Properties

§
ClientVpnEndpointId?: string | null
[src]

The ID of the Client VPN endpoint with which the route is associated.

§
Description?: string | null
[src]

A brief description of the route.

§
DestinationCidr?: string | null
[src]

The IPv4 address range, in CIDR notation, of the route destination.

§
Origin?: string | null
[src]

Indicates how the route was associated with the Client VPN endpoint. associate indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. add-route indicates that the route was manually added using the CreateClientVpnRoute action.

§

The current state of the route.

§
TargetSubnet?: string | null
[src]

The ID of the subnet through which traffic is routed.

§
Type?: string | null
[src]

The route type.