Learn R Programming

paws.security.identity (version 0.1.12)

fms_delete_apps_list: Permanently deletes an AWS Firewall Manager applications list

Description

Permanently deletes an AWS Firewall Manager applications list.

Usage

fms_delete_apps_list(ListId)

Value

An empty list.

Arguments

ListId

[required] The ID of the applications list that you want to delete. You can retrieve this ID from put_apps_list, list_apps_lists, and get_apps_list.

Request syntax

svc$delete_apps_list(
  ListId = "string"
)