Learn R Programming

paws.security.identity (version 0.1.10)

fms_delete_protocols_list: Permanently deletes an AWS Firewall Manager protocols list

Description

Permanently deletes an AWS Firewall Manager protocols list.

Usage

fms_delete_protocols_list(ListId)

Arguments

ListId

[required] The ID of the protocols list that you want to delete. You can retrieve this ID from PutProtocolsList, ListProtocolsLists, and GetProtocolsLost.

Request syntax

svc$delete_protocols_list(
  ListId = "string"
)