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

PrefixList

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

Describes prefixes for Amazon Web Services services.

interface PrefixList {
Cidrs: string[];
PrefixListId?: string | null;
PrefixListName?: string | null;
}

§Properties

§
Cidrs: string[]
[src]

The IP address range of the Amazon Web Service.

§
PrefixListId?: string | null
[src]

The ID of the prefix.

§
PrefixListName?: string | null
[src]

The name of the prefix.