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

Ipv4PrefixSpecificationRequest

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

Describes the IPv4 prefix option for a network interface.

interface Ipv4PrefixSpecificationRequest {
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.