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

VpnStaticRoute

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

Describes a static route for a VPN connection.

interface VpnStaticRoute {
DestinationCidrBlock?: string | null;
Source?: VpnStaticRouteSource | null;
State?: VpnState | null;
}

§Properties

§
DestinationCidrBlock?: string | null
[src]

The CIDR block associated with the local subnet of the customer data center.

§

Indicates how the routes were provided.

§
State?: VpnState | null
[src]

The current state of the static route.