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

VpcInfoCidrBlockSetDetails

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

Provides details about the IPv4 CIDR blocks for the VPC.

interface VpcInfoCidrBlockSetDetails {
CidrBlock?: string | null;
}

§Properties

§
CidrBlock?: string | null
[src]

The IPv4 CIDR block for the VPC.