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

AppsListDataSummary

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

Details of the Firewall Manager applications list.

interface AppsListDataSummary {
AppsList?: App[] | null;
ListArn?: string | null;
ListId?: string | null;
ListName?: string | null;
}

§Properties

§
AppsList?: App[] | null
[src]

An array of App objects in the Firewall Manager applications list.

§
ListArn?: string | null
[src]

The Amazon Resource Name (ARN) of the applications list.

§
ListId?: string | null
[src]

The ID of the applications list.

§
ListName?: string | null
[src]

The name of the applications list.