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

Ipv6PrefixSpecificationRequest

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

Describes the IPv4 prefix option for a network interface.

interface Ipv6PrefixSpecificationRequest {
Ipv6Prefix?: string | null;
}

§Properties

§
Ipv6Prefix?: string | null
[src]

The IPv6 prefix.