detective_update_investigation_state {paws.security.identity} | R Documentation |
Updates the state of an investigation
Description
Updates the state of an investigation.
See https://www.paws-r-sdk.com/docs/detective_update_investigation_state/ for full documentation.
Usage
detective_update_investigation_state(GraphArn, InvestigationId, State)
Arguments
GraphArn |
[required] The Amazon Resource Name (ARN) of the behavior graph. |
InvestigationId |
[required] The investigation ID of the investigation report. |
State |
[required] The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation. |
[Package paws.security.identity version 0.6.1 Index]