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