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

PrefixListId

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

Describes a prefix list ID.

interface PrefixListId {
Description?: string | null;
PrefixListId?: string | null;
}

§Properties

§
Description?: string | null
[src]

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

§
PrefixListId?: string | null
[src]

The ID of the prefix.