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

RouteFilterPrefix

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

Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.

interface RouteFilterPrefix {
cidr?: string | null;
}

§Properties

§
cidr?: string | null
[src]

The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use /64 or shorter.