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

CreateVirtualGatewayOutput

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

§Properties

§
virtualGateway: VirtualGatewayData
[src]

The full description of your virtual gateway following the create call.