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

ProtocolsListDataSummary

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

Details of the Firewall Manager protocols list.

interface ProtocolsListDataSummary {
ListArn?: string | null;
ListId?: string | null;
ListName?: string | null;
ProtocolsList?: string[] | null;
}

§Properties

§
ListArn?: string | null
[src]

The Amazon Resource Name (ARN) of the specified protocols list.

§
ListId?: string | null
[src]

The ID of the specified protocols list.

§
ListName?: string | null
[src]

The name of the specified protocols list.

§
ProtocolsList?: string[] | null
[src]

An array of protocols in the Firewall Manager protocols list.