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

StatefulRuleProtocol

import type { StatefulRuleProtocol } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";
type StatefulRuleProtocol =
| "IP"
| "TCP"
| "UDP"
| "ICMP"
| "HTTP"
| "FTP"
| "TLS"
| "SMB"
| "DNS"
| "DCERPC"
| "SSH"
| "SMTP"
| "IMAP"
| "MSN"
| "KRB5"
| "IKEV2"
| "TFTP"
| "NTP"
| "DHCP"

§Type

§
"IP" | "TCP" | "UDP" | "ICMP" | "HTTP" | "FTP" | "TLS" | "SMB" | "DNS" | "DCERPC" | "SSH" | "SMTP" | "IMAP" | "MSN" | "KRB5" | "IKEV2" | "TFTP" | "NTP" | "DHCP" | cmnP.UnexpectedEnumValue
[src]