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

TrafficMirrorPortRange

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

Describes the Traffic Mirror port range.

interface TrafficMirrorPortRange {
FromPort?: number | null;
ToPort?: number | null;
}

§Properties

§
FromPort?: number | null
[src]

The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

§
ToPort?: number | null
[src]

The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.