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 put_protocols_list
,
list_protocols_lists
, and
GetProtocolsLost
.
Request syntax
svc$delete_protocols_list(
ListId = "string"
)