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

App

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

An individual Firewall Manager application.

interface App {
AppName: string;
Port: number;
Protocol: string;
}

§Properties

§
AppName: string
[src]

The application's name.

§
Port: number
[src]

The application's port number, for example 80.

§
Protocol: string
[src]

The IP protocol name or number. The name can be one of tcp, udp, or icmp. For information on possible numbers, see Protocol Numbers.