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

ManagedPrefixList

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

Describes a managed prefix list.

interface ManagedPrefixList {
AddressFamily?: string | null;
MaxEntries?: number | null;
OwnerId?: string | null;
PrefixListArn?: string | null;
PrefixListId?: string | null;
PrefixListName?: string | null;
State?: PrefixListState | null;
StateMessage?: string | null;
Tags: Tag[];
Version?: number | null;
}

§Properties

§
AddressFamily?: string | null
[src]

The IP address version.

§
MaxEntries?: number | null
[src]

The maximum number of entries for the prefix list.

§
OwnerId?: string | null
[src]

The ID of the owner of the prefix list.

§
PrefixListArn?: string | null
[src]

The Amazon Resource Name (ARN) for the prefix list.

§
PrefixListId?: string | null
[src]

The ID of the prefix list.

§
PrefixListName?: string | null
[src]

The name of the prefix list.

§
State?: PrefixListState | null
[src]

The current state of the prefix list.

§
StateMessage?: string | null
[src]

The state message.

§
Tags: Tag[]
[src]

The tags for the prefix list.

§
Version?: number | null
[src]

The version of the prefix list.