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

AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails

import type { AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details on one or more IPv6 prefixes to be assigned to the network interface.

interface AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails {
Ipv6Prefix?: string | null;
}

§Properties

§
Ipv6Prefix?: string | null
[src]

The IPv6 prefix.