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

IpRoute

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

IP address block. This is often the address block of the DNS server used for your self-managed domain.

interface IpRoute {
CidrIp?: string | null;
Description?: string | null;
}

§Properties

§
CidrIp?: string | null
[src]

IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

§
Description?: string | null
[src]

Description of the address block.