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

InternetGatewayAttachment

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

Describes the attachment of a VPC to an internet gateway or an egress-only internet gateway.

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

§Properties

§
State?: AttachmentStatus | null
[src]

The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

§
VpcId?: string | null
[src]

The ID of the VPC.