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

PortRange

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

Details about the port range associated with a finding.

interface PortRange {
begin: number;
end: number;
}

§Properties

§
begin: number
[src]

The beginning port in a port range.

§
end: number
[src]

The ending port in a port range.