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

DescribeRouterConfigurationResponse

import type { DescribeRouterConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface DescribeRouterConfigurationResponse {
customerRouterConfig?: string | null;
router?: RouterType | null;
virtualInterfaceId?: string | null;
virtualInterfaceName?: string | null;
}

§Properties

§
customerRouterConfig?: string | null
[src]

The customer router configuration.

§
router?: RouterType | null
[src]

The details about the router.

§
virtualInterfaceId?: string | null
[src]

The ID assigned to the virtual interface.

§
virtualInterfaceName?: string | null
[src]

Provides the details about a virtual interface's router.