Learn R Programming

paws.security.identity (version 0.1.12)

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)

Value

An empty list.

Arguments

ListId

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

Request syntax

svc$delete_protocols_list(
  ListId = "string"
)