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

VirtualRouterData

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

An object that represents a virtual router returned by a describe operation.

interface VirtualRouterData {
meshName: string;
metadata: ResourceMetadata;
virtualRouterName: string;
}

§Properties

§
meshName: string
[src]

The name of the service mesh that the virtual router resides in.

§

The associated metadata for the virtual router.

§

The specifications of the virtual router.

§

The current status of the virtual router.

§
virtualRouterName: string
[src]

The name of the virtual router.