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

AwsEc2SecurityGroupIpv6Range

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

A range of IPv6 addresses.

interface AwsEc2SecurityGroupIpv6Range {
CidrIpv6?: string | null;
}

§Properties

§
CidrIpv6?: string | null
[src]

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