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

VirtualServiceData

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

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

interface VirtualServiceData {
meshName: string;
metadata: ResourceMetadata;
virtualServiceName: string;
}

§Properties

§
meshName: string
[src]

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

§

The specifications of the virtual service.

§

The current status of the virtual service.

§
virtualServiceName: string
[src]

The name of the virtual service.