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

VpcAttachment

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

Describes an attachment between a virtual private gateway and a VPC.

interface VpcAttachment {
State?: AttachmentStatus | null;
VpcId?: string | null;
}

§Properties

§
State?: AttachmentStatus | null
[src]

The current state of the attachment.

§
VpcId?: string | null
[src]

The ID of the VPC.