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

RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts

import type { RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A port range to specify the destination ports to inspect for.

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

§Properties

§
FromPort?: number | null
[src]

The starting port value for the port range.

§
ToPort?: number | null
[src]

The ending port value for the port range.