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/robomaker.ts?docs=full";

An object representing a port mapping.

interface PortMapping {
applicationPort: number;
enableOnPublicIp?: boolean | null;
jobPort: number;
}

§Properties

§
applicationPort: number
[src]

The port number on the application.

§
enableOnPublicIp?: boolean | null
[src]

A Boolean indicating whether to enable this port mapping on public IP.

§
jobPort: number
[src]

The port number on the simulation job instance to use as a remote connection point.