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

EgressOnlyInternetGateway

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

Describes an egress-only internet gateway.

interface EgressOnlyInternetGateway {
EgressOnlyInternetGatewayId?: string | null;
Tags: Tag[];
}

§Properties

§

Information about the attachment of the egress-only internet gateway.

§
EgressOnlyInternetGatewayId?: string | null
[src]

The ID of the egress-only internet gateway.

§
Tags: Tag[]
[src]

The tags assigned to the egress-only internet gateway.