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

AwsEc2VpcDetails

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

Details about an EC2 VPC.

interface AwsEc2VpcDetails {
CidrBlockAssociationSet?: CidrBlockAssociation[] | null;
DhcpOptionsId?: string | null;
Ipv6CidrBlockAssociationSet?: Ipv6CidrBlockAssociation[] | null;
State?: string | null;
}

§Properties

§
CidrBlockAssociationSet?: CidrBlockAssociation[] | null
[src]

Information about the IPv4 CIDR blocks associated with the VPC.

§
DhcpOptionsId?: string | null
[src]

The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC. If the default options are associated with the VPC, then this is default.

§
Ipv6CidrBlockAssociationSet?: Ipv6CidrBlockAssociation[] | null
[src]

Information about the IPv6 CIDR blocks associated with the VPC.

§
State?: string | null
[src]

The current state of the VPC. Valid values are available or pending.