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

LocalGateway

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

Describes a local gateway.

interface LocalGateway {
LocalGatewayId?: string | null;
OutpostArn?: string | null;
OwnerId?: string | null;
State?: string | null;
Tags: Tag[];
}

§Properties

§
LocalGatewayId?: string | null
[src]

The ID of the local gateway.

§
OutpostArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Outpost.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the local gateway.

§
State?: string | null
[src]

The state of the local gateway.

§
Tags: Tag[]
[src]

The tags assigned to the local gateway.