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

VpcInfoIpv6CidrBlockSetDetails

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

Provides details about the IPv6 CIDR blocks for the VPC.

interface VpcInfoIpv6CidrBlockSetDetails {
Ipv6CidrBlock?: string | null;
}

§Properties

§
Ipv6CidrBlock?: string | null
[src]

The IPv6 CIDR block for the VPC.