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

MeshData

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

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

interface MeshData {
meshName: string;
metadata: ResourceMetadata;
spec: MeshSpec;
status: MeshStatus;
}

§Properties

§
meshName: string
[src]

The name of the service mesh.

§

The associated metadata for the service mesh.

§

The associated specification for the service mesh.

§

The status of the service mesh.