guardduty_delete_ip_set {paws.security.identity}R Documentation

Deletes the IPSet specified by the ipSetId

Description

Deletes the IPSet specified by the ipSetId. IPSets are called trusted IP lists in the console user interface.

See https://www.paws-r-sdk.com/docs/guardduty_delete_ip_set/ for full documentation.

Usage

guardduty_delete_ip_set(DetectorId, IpSetId)

Arguments

DetectorId

[required] The unique ID of the detector associated with the IPSet.

IpSetId

[required] The unique ID of the IPSet to delete.


[Package paws.security.identity version 0.6.1 Index]