delete_threat_entity_set¶
Operation¶
delete_threat_entity_set
async
¶
delete_threat_entity_set(input: DeleteThreatEntitySetInput, plugins: list[Plugin] | None = None) -> DeleteThreatEntitySetOutput
Deletes the threat entity set that is associated with the specified
threatEntitySetId.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteThreatEntitySetInput
|
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 |
|---|---|
DeleteThreatEntitySetOutput
|
An instance of |
Input¶
DeleteThreatEntitySetInput
dataclass
¶
Dataclass for DeleteThreatEntitySetInput structure.
Attributes¶
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The unique ID of the detector associated with the threat entity set resource.
To find the detectorId in the current Region, see the Settings page in
the GuardDuty console, or run the
ListDetectors
API.
threat_entity_set_id
class-attribute
instance-attribute
¶
threat_entity_set_id: str | None = None
The unique ID that helps GuardDuty identify which threat entity set needs to be deleted.
Output¶
DeleteThreatEntitySetOutput
dataclass
¶
Dataclass for DeleteThreatEntitySetOutput structure.