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

VirtualGatewayPortMapping

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

An object that represents a port mapping.

interface VirtualGatewayPortMapping {
port: number;
}

§Properties

§
port: number
[src]

The port used for the port mapping. Specify one protocol.

§

The protocol used for the port mapping.