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

InstanceIpv6Prefix

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

Information about an IPv6 prefix.

interface InstanceIpv6Prefix {
Ipv6Prefix?: string | null;
}

§Properties

§
Ipv6Prefix?: string | null
[src]

One or more IPv6 prefixes assigned to the network interface.