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

DeleteVpnConnectionRouteRequest

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

Contains the parameters for DeleteVpnConnectionRoute.

interface DeleteVpnConnectionRouteRequest {
DestinationCidrBlock: string;
VpnConnectionId: string;
}

§Properties

§
DestinationCidrBlock: string
[src]

The CIDR block associated with the local subnet of the customer network.

§
VpnConnectionId: string
[src]

The ID of the VPN connection.