Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
See https://www.paws-r-sdk.com/docs/guardduty_update_threat_intel_set/ for full documentation.
guardduty_update_threat_intel_set(
DetectorId,
ThreatIntelSetId,
Name = NULL,
Location = NULL,
Activate = NULL
)
[required] The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
To find the detectorId
in the current Region, see the Settings page in
the GuardDuty console, or run the
list_detectors
API.
[required] The unique ID that specifies the ThreatIntelSet that you want to update.
The unique ID that specifies the ThreatIntelSet that you want to update.
The updated URI of the file that contains the ThreateIntelSet.
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.