unarchive_findings¶
Operation¶
unarchive_findings
async
¶
unarchive_findings(input: UnarchiveFindingsInput, plugins: list[Plugin] | None = None) -> UnarchiveFindingsOutput
Unarchives GuardDuty findings specified by the findingIds.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
UnarchiveFindingsInput
|
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 |
|---|---|
UnarchiveFindingsOutput
|
An instance of |
Input¶
UnarchiveFindingsInput
dataclass
¶
Dataclass for UnarchiveFindingsInput structure.
Attributes¶
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The ID of the detector associated with the findings to unarchive.
To find the detectorId in the current Region, see the Settings page in
the GuardDuty console, or run the
ListDetectors
API.
Output¶
UnarchiveFindingsOutput
dataclass
¶
Dataclass for UnarchiveFindingsOutput structure.