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

CidrBlockSummary

import type { CidrBlockSummary } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A complex type that lists the CIDR blocks.

interface CidrBlockSummary {
CidrBlock?: string | null;
LocationName?: string | null;
}

§Properties

§
CidrBlock?: string | null
[src]

Value for the CIDR block.

§
LocationName?: string | null
[src]

The location name of the CIDR block.