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

DescribeRouterConfigurationRequest

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

Provides the details about a virtual interface's router.

interface DescribeRouterConfigurationRequest {
routerTypeIdentifier?: string | null;
virtualInterfaceId: string;
}

§Properties

§
routerTypeIdentifier?: string | null
[src]

Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.

§
virtualInterfaceId: string
[src]

The ID of the virtual interface.