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

PortMapping

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

An object that represents a port mapping.

interface PortMapping {
port: number;
protocol: PortProtocol;
}

§Properties

§
port: number
[src]

The port used for the port mapping.

§

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