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

Ipv6Range

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

[EC2-VPC only] Describes an IPv6 range.

interface Ipv6Range {
CidrIpv6?: string | null;
Description?: string | null;
}

§Properties

§
CidrIpv6?: string | null
[src]

The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

§
Description?: string | null
[src]

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*