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

LocalGatewayVirtualInterfaceGroup

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

Describes a local gateway virtual interface group.

interface LocalGatewayVirtualInterfaceGroup {
LocalGatewayId?: string | null;
LocalGatewayVirtualInterfaceGroupId?: string | null;
LocalGatewayVirtualInterfaceIds: string[];
OwnerId?: string | null;
Tags: Tag[];
}

§Properties

§
LocalGatewayId?: string | null
[src]

The ID of the local gateway.

§
LocalGatewayVirtualInterfaceGroupId?: string | null
[src]

The ID of the virtual interface group.

§
LocalGatewayVirtualInterfaceIds: string[]
[src]

The IDs of the virtual interfaces.

§
OwnerId?: string | null
[src]

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

§
Tags: Tag[]
[src]

The tags assigned to the virtual interface group.