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

Vpc

import type { Vpc } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface Vpc {
CidrBlock?: string | null;
CidrBlockAssociationSet: VpcCidrBlockAssociation[];
DhcpOptionsId?: string | null;
InstanceTenancy?: Tenancy | null;
Ipv6CidrBlockAssociationSet: VpcIpv6CidrBlockAssociation[];
IsDefault?: boolean | null;
OwnerId?: string | null;
State?: VpcState | null;
Tags: Tag[];
VpcId?: string | null;
}

§Properties

§
CidrBlock?: string | null
[src]
§
CidrBlockAssociationSet: VpcCidrBlockAssociation[]
[src]
§
DhcpOptionsId?: string | null
[src]
§
InstanceTenancy?: Tenancy | null
[src]
§
Ipv6CidrBlockAssociationSet: VpcIpv6CidrBlockAssociation[]
[src]
§
IsDefault?: boolean | null
[src]
§
OwnerId?: string | null
[src]
§
State?: VpcState | null
[src]
§
Tags: Tag[]
[src]
§
VpcId?: string | null
[src]