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

VirtualGatewayData

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

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

interface VirtualGatewayData {
meshName: string;
metadata: ResourceMetadata;
virtualGatewayName: string;
}

§Properties

§
meshName: string
[src]

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

§

The specifications of the virtual gateway.

§

The current status of the virtual gateway.

§
virtualGatewayName: string
[src]

The name of the virtual gateway.