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

Ipv4PrefixSpecification

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

Describes an IPv4 prefix.

interface Ipv4PrefixSpecification {
Ipv4Prefix?: string | null;
}

§Properties

§
Ipv4Prefix?: string | null
[src]

The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.