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

VirtualNodeData

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

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

interface VirtualNodeData {
meshName: string;
metadata: ResourceMetadata;
virtualNodeName: string;
}

§Properties

§
meshName: string
[src]

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

§

The associated metadata for the virtual node.

§

The specifications of the virtual node.

§

The current status for the virtual node.

§
virtualNodeName: string
[src]

The name of the virtual node.