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;
}