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

MatchAttributes

import type { MatchAttributes } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/networkfirewall.ts";
interface MatchAttributes {
DestinationPorts?: PortRange[] | null;
Destinations?: Address[] | null;
Protocols?: number[] | null;
SourcePorts?: PortRange[] | null;
Sources?: Address[] | null;
TCPFlags?: TCPFlagField[] | null;
}

§Properties

§
DestinationPorts?: PortRange[] | null
[src]
§
Destinations?: Address[] | null
[src]
§
Protocols?: number[] | null
[src]
§
SourcePorts?: PortRange[] | null
[src]
§
Sources?: Address[] | null
[src]
§
TCPFlags?: TCPFlagField[] | null
[src]