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

LocalGatewayRouteTable

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

Describes a local gateway route table.

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

§Properties

§
LocalGatewayId?: string | null
[src]

The ID of the local gateway.

§
LocalGatewayRouteTableArn?: string | null
[src]

The Amazon Resource Name (ARN) of the local gateway route table.

§
LocalGatewayRouteTableId?: string | null
[src]

The ID of the local gateway route table.

§
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 route table.

§
State?: string | null
[src]

The state of the local gateway route table.

§
Tags: Tag[]
[src]

The tags assigned to the local gateway route table.