guardduty_delete_ip_set: 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.
IpSetId
[required] The unique ID of the IPSet to delete.
Request syntax
svc$delete_ip_set(
DetectorId = "string",
IpSetId = "string"
)