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

AddPrefixListEntry

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

An entry for a prefix list.

interface AddPrefixListEntry {
Cidr: string;
Description?: string | null;
}

§Properties

§
Cidr: string
[src]

The CIDR block.

§
Description?: string | null
[src]

A description for the entry.

Constraints: Up to 255 characters in length.