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

LocalGatewayVirtualInterface

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

Describes a local gateway virtual interface.

interface LocalGatewayVirtualInterface {
LocalAddress?: string | null;
LocalBgpAsn?: number | null;
LocalGatewayId?: string | null;
LocalGatewayVirtualInterfaceId?: string | null;
OwnerId?: string | null;
PeerAddress?: string | null;
PeerBgpAsn?: number | null;
Tags: Tag[];
Vlan?: number | null;
}

§Properties

§
LocalAddress?: string | null
[src]

The local address.

§
LocalBgpAsn?: number | null
[src]

The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.

§
LocalGatewayId?: string | null
[src]

The ID of the local gateway.

§
LocalGatewayVirtualInterfaceId?: string | null
[src]

The ID of the virtual interface.

§
OwnerId?: string | null
[src]

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

§
PeerAddress?: string | null
[src]

The peer address.

§
PeerBgpAsn?: number | null
[src]

The peer BGP ASN.

§
Tags: Tag[]
[src]

The tags assigned to the virtual interface.

§
Vlan?: number | null
[src]

The ID of the VLAN.