Update Ip Set
guardduty_update_ip_set | R Documentation |
Updates the IPSet specified by the IPSet ID¶
Description¶
Updates the IPSet specified by the IPSet ID.
Usage¶
guardduty_update_ip_set(DetectorId, IpSetId, Name, Location, Activate)
Arguments¶
DetectorId |
[required] The detectorID that specifies the GuardDuty service whose IPSet you want to update. To find the |
IpSetId |
[required] The unique ID that specifies the IPSet that you want to update. |
Name |
The unique ID that specifies the IPSet that you want to update. |
Location |
The updated URI of the file that contains the IPSet. |
Activate |
The updated Boolean value that specifies whether the IPSet is active or not. |
Value¶
An empty list.
Request syntax¶
svc$update_ip_set(
DetectorId = "string",
IpSetId = "string",
Name = "string",
Location = "string",
Activate = TRUE|FALSE
)