Delete Ip Set
guardduty_delete_ip_set | 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.
Usage¶
guardduty_delete_ip_set(DetectorId, IpSetId)
Arguments¶
DetectorId |
[required] The unique ID of the detector associated with the IPSet. To find the |
IpSetId |
[required] The unique ID of the IPSet to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_ip_set(
DetectorId = "string",
IpSetId = "string"
)