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

Ipv6PrefixSpecification

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

Describes the IPv6 prefix.

interface Ipv6PrefixSpecification {
Ipv6Prefix?: string | null;
}

§Properties

§
Ipv6Prefix?: string | null
[src]

The IPv6 prefix.