delete_threat_intel_set¶
Operation¶
delete_threat_intel_set
async
¶
delete_threat_intel_set(input: DeleteThreatIntelSetInput, plugins: list[Plugin] | None = None) -> DeleteThreatIntelSetOutput
Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteThreatIntelSetInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteThreatIntelSetOutput
|
An instance of |
Input¶
DeleteThreatIntelSetInput
dataclass
¶
Dataclass for DeleteThreatIntelSetInput structure.
Attributes¶
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The unique ID of the detector that is associated with the threatIntelSet.
To find the detectorId in the current Region, see the Settings page in
the GuardDuty console, or run the
ListDetectors
API.
threat_intel_set_id
class-attribute
instance-attribute
¶
threat_intel_set_id: str | None = None
The unique ID of the threatIntelSet that you want to delete.
Output¶
DeleteThreatIntelSetOutput
dataclass
¶
Dataclass for DeleteThreatIntelSetOutput structure.