GuardDuty / Client / update_threat_intel_set
update_threat_intel_set#
- GuardDuty.Client.update_threat_intel_set(**kwargs)#
Updates the ThreatIntelSet specified by the ThreatIntelSet ID.
See also: AWS API Documentation
Request Syntax
response = client.update_threat_intel_set( DetectorId='string', ThreatIntelSetId='string', Name='string', Location='string', Activate=True|False )
- Parameters:
DetectorId (string) –
[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 ListDetectors API.ThreatIntelSetId (string) –
[REQUIRED]
The unique ID that specifies the ThreatIntelSet that you want to update.
Name (string) – The unique ID that specifies the ThreatIntelSet that you want to update.
Location (string) – The updated URI of the file that contains the ThreateIntelSet.
Activate (boolean) – The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions