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

VpcClassicLink

import type { VpcClassicLink } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes whether a VPC is enabled for ClassicLink.

interface VpcClassicLink {
ClassicLinkEnabled?: boolean | null;
Tags: Tag[];
VpcId?: string | null;
}

§Properties

§
ClassicLinkEnabled?: boolean | null
[src]

Indicates whether the VPC is enabled for ClassicLink.

§
Tags: Tag[]
[src]

Any tags assigned to the VPC.

§
VpcId?: string | null
[src]

The ID of the VPC.