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

CreateManagedPrefixListRequest

import type { CreateManagedPrefixListRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateManagedPrefixListRequest {
AddressFamily: string;
ClientToken?: string | null;
DryRun?: boolean | null;
Entries?: AddPrefixListEntry[] | null;
MaxEntries: number;
PrefixListName: string;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
AddressFamily: string
[src]

The IP address type.

Valid Values: IPv4 | IPv6

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraints: Up to 255 UTF-8 characters in length.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
Entries?: AddPrefixListEntry[] | null
[src]

One or more entries for the prefix list.

§
MaxEntries: number
[src]

The maximum number of entries for the prefix list.

§
PrefixListName: string
[src]

A name for the prefix list.

Constraints: Up to 255 characters in length. The name cannot start with com.amazonaws.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to apply to the prefix list during creation.